Hi Everyone,
We are trying to implement Acceptable Usage Policy in CAS5 and have made the below changes for the same:
1. Added the below in application.properties file:
cas.acceptableUsagePolicy.aupAttributeName=aupAccepted
2. Added the below dependency in pom.xml:
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-aup-webflow</artifactId>
<version>${cas.version}</version>
</dependency>
After making the above changes, AUP is displayed after the login screen but we need to show it even before user enters login credentials.
Please provide pointers to display AUP before the login screen.
Thanks,
Parul