Implementing Acceptable Usage Policy(AUP) in CAS5

30 views
Skip to first unread message

Parul Sharma

unread,
Apr 18, 2018, 2:48:14 AM4/18/18
to CAS Community

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
Reply all
Reply to author
Forward
0 new messages