CASUM/OpenID

Sewell K H (LCSS) khsewell at glam.ac.uk
Mon Jan 21 10:52:25 EST 2008


Hi,

I've read and followed http://www.ja-sig.org/wiki/display/CASUM/OpenID.

I'm a bit of a noob, so could you confirm that this:

<action-state id="openIdSingleSignOnAction">
     	<action bean="openIdSingleSignOnAction" />
     	<transition on="success" to="sendTicketGrantingTicket" />
     	<transition on="error" to="ticketGrantingTicketExistsCheck" />
     	<transition on="warn" to="warn" />
     </action-state>

is supposed to be, or is more properly:

<action-state id="openIdSingleSignOnAction">
         <action bean="openIdSingleSignOnAction" />
         <transition on="success" to="sendTicketGrantingTicket" />
         <transition on="error" to="viewLoginForm" />
         <transition on="warn" to="warn" />
</action-state>

and this:

<bean  
class 
= 
"org 
.jasig 
.cas 
.support 
.openid 
.authentication.principal.OpenIdCredentialsAuthenticationHandler" />

is supposed to be:

<bean  
class 
= 
"org 
.jasig 
.cas 
.support 
.openid 
.authentication.principal.OpenIdCredentialsToPrincipalResolver" />

Thanks,
Kevin



More information about the cas mailing list