What we generally recommend is that you do the following: 1. Have your application create a token that identifies the user. Persist this token. 2. Redirect to CAS with the token. 3. Have CAS recognize and capture the token (custom code) and then read/remove the token to get the user (custom auth handler / credentialsToPrincipal resolver)
How CAS reads the token would be up to you. On Wed, Dec 2, 2009 at 2:34 PM, Stephen Todd <[email protected]> wrote: > Is it possible to have my user management app authenticate a user? > What I want is for the user to be logged in after they create for > themselves a set of credentials. I imagine that it would require > getting some kind of ticket from CAS and redirecting the user with the > ticket. > > Thanks! > > -Steve > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
