subjectFactory = io.buji.pac4j.ClientSubjectFactory[main]securityManager.subjectFactory = $subjectFactoryldapAuth = org.pac4j.ldap.credentials.authenticator.LdapAuthenticator
ldapAuth.ldapAuthenticator = some kind of ldaptive Authenticator?
ldapAuth.attributes = some attributes?
ldapClient = org.pac4j.http.client.indirect.IndirectBasicAuthClientldapClient.authenticator = $ldapAuthclients = org.pac4j.core.client.Clients
clients.callbackUrl = https://localhost:8181/myapp/callbackclients.clientsList = $ldapClientclientsRealm = io.buji.pac4j.ClientRealmclientsRealm.defaultRoles = ROLE_USERclientsRealm.clients = $clientsclientsFilter = io.buji.pac4j.ClientFilterclientsFilter.clients = $clientsclientsFilter.failureUrl = /error.jsp
ldapRoles = io.buji.pac4j.filter.ClientRolesAuthorizationFilterldapRoles.client = $ldapClient[urls]/protected/** = ldapRoles[ROLE_USER]/callback = clientsFilter/logout = logout/** = anon
--
You received this message because you are subscribed to the Google Groups "pac4j-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pac4j-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Also, note that CAS 4.2 has built-in support for Apache Shiro:
https://jasig.github.io/cas/4.2.x/installation/Shiro-Authentication.html
|
This email has been sent from a virus-free computer protected by Avast. www.avast.com |