SEC-581: Copy authentication details to CAS result token

This commit is contained in:
Luke Taylor
2008-02-15 14:03:52 +00:00
parent be3d309905
commit 62093067cb

View File

@@ -120,6 +120,7 @@ public class CasAuthenticationProvider implements AuthenticationProvider, Initia
if (result == null) {
result = this.authenticateNow(authentication);
result.setDetails(authentication.getDetails());
}
if (stateless) {