Blacklist Authentication
Blacklist authentication components are those that specifically deny access to a set of credentials. Those that fail to match against the predefined set will blindly be accepted.
These are:
RejectUsersAuthenticationHandler
Authentication Components
Support is enabled by including the following dependency in the Maven WAR overlay:
1
2
3
4
5
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-generic</artifactId>
<version>${cas.version}</version>
</dependency>
RejectUsersAuthenticationHandler
1
<alias name="rejectUsersAuthenticationHandler" alias="primaryAuthenticationHandler" />
The following settings are applicable:
1
# reject.authn.users=user1,user2