OpenID is an open, decentralized, free framework for user-centric digital identity. Users represent themselves using URIs. For more information see the http://www.openid.net. As of CAS 3.1, CAS supports the "dumb" mode of the OpenID protocol. Dumb mode acts in a similar fashion to the existing CAS protocol.
Enabling OpenID Support in the Build
To enable OpenID in your build, edit the pom.xml in the cas-server-webapp module. Add the following entry:
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-openid</artifactId>
<version>${project.version}</version>
</dependency>
|
Giving your users URIs
Configuring your users to have URIs.
...