Enterprise Single Sign-On for All

Attribute Consent

CAS provides the ability to enforce user consent upon attribute release.

Usage Warning!

This feature, currently in development, is very experimental and incomplete at this point.

Support is enabled by including the following module in the Overlay:

1
2
3
4
5
<dependency>
     <groupId>org.apereo.cas</groupId>
     <artifactId>cas-server-support-consent-webflow</artifactId>
     <version>${cas.version}</version>
</dependency>

Storage

User consent decisions may be stored and remembered using one of the following options.

JDBC

Support is enabled by including the following module in the Overlay:

1
2
3
4
5
<dependency>
     <groupId>org.apereo.cas</groupId>
     <artifactId>cas-server-support-consent-jdbc</artifactId>
     <version>${cas.version}</version>
</dependency>