1
0
mirror of synced 2026-07-20 01:55:08 +00:00

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