...
Then, in the authentication handler property, add this bean definitio definition :
Code Block | ||
---|---|---|
| ||
<!-- The open id authentication handler --> <bean class="org.jasig.cas.support.openid.authentication.handler.support.OpenIdCredentialsAuthenticationHandler" p:ticketRegistry-ref="ticketRegistry" /> |
...