Hello, We are developing a custom AuthenticationHandler which will return extra information about the Authenticated principal that we want available to clients in the service ticket validation response.
Can someone help out with a suggestion as to which beans I need to rewire in order to access the extra info in the response? I am trying to get all the information about the Principal in the authentication call, but I'm having difficulty seeing how I can set this on the Principal, as Principal creation comes after the authentication is performed. I reckon I could do this with a second call to the backend in a CredentialToPrincipalResolver, but I'm trying to avoid this second call to the backend. Thanks Dale -- View this message in context: http://www.nabble.com/How-to-store-data-from-the-Authentication-in-the-Principal-tf4859467.html#a13906113 Sent from the CAS Users mailing list archive at Nabble.com. _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
