- 30 May, 2013 1 commit
-
-
Marvin S. Addison authored
All components that deal with authentication now accept a varargs array of credentials: 1. CentralAuthenticationSerivce#createTicketGrantingTicket() 2. CentralAuthenticationSerivce#grantServiceTicket() (renew form only) 3. CentralAuthenticationSerivce#delegateTicketGrantingTicket() 4. AuthenticationManager The use of varargs Credentials provides call compatibility with 3.x components while supporting the requisite inputs (multiple credentials) for multi-factor use cases.
-
- 23 May, 2013 1 commit
-
-
Misagh Moayyed authored
LPPE - Enabled ldaptive integration; first pass
-
- 22 May, 2013 1 commit
-
-
Misagh Moayyed authored
Removed the hard reference to the psw policy configuration in the result object and computed results locally for easier serialization.
-
- 21 May, 2013 6 commits
-
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
- 20 May, 2013 5 commits
-
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
- 18 May, 2013 2 commits
-
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
- 15 May, 2013 3 commits
-
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
Misagh Moayyed authored
-
- 14 May, 2013 1 commit
-
-
Misagh Moayyed authored
First pass at LPPE, converted test configuration to use namespaces, and configuerd ldaptive password policy beans.
-
- 13 May, 2013 13 commits
-
-
Marvin S. Addison authored
Add allowMultiplePrincipalAttributeValues flag (default false) to handle duplicate principal ID attribute values. Misc code cleanup.
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-
Marvin S. Addison authored
This component will support attribute release machinery in CAS including CredentialToPrincipalResolver components.
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-
Marvin S. Addison authored
-
Marvin S. Addison authored
Unit tests require the following environment/devleoper-specific files to exist in the module root directory: 1. ldaptive.properties 2. credentials.properties 3. extraConfigContext.xml There are sample versions of each file for reference.
-
LELEU Jerome authored
upgrade to pac4j release (1.4.0), make ClientCredentialsToPrincipalResolver inheritable, store 'raw data' to be send to CAS client applications.
-
LELEU Jerome authored
The identifiers generator for OpenIdService must be defined explicitely when using the OpenID support and not always
-
LELEU Jerome authored
Like for other external protocols, the classes to serialize through Kryo are to be declared explicitely
-
Misagh Moayyed authored
-
Marvin S. Addison authored
-
- 18 Apr, 2013 1 commit
-
-
Marvin S. Addison authored
Conflicts: cas-server-core/src/main/java/org/jasig/cas/CentralAuthenticationService.java cas-server-core/src/main/java/org/jasig/cas/CentralAuthenticationServiceImpl.java cas-server-core/src/main/java/org/jasig/cas/authentication/AbstractAuthenticationManager.java cas-server-core/src/main/java/org/jasig/cas/authentication/AuthenticationManagerImpl.java cas-server-core/src/main/java/org/jasig/cas/authentication/DirectMappingAuthenticationManagerImpl.java cas-server-core/src/main/java/org/jasig/cas/authentication/LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager.java cas-server-core/src/main/java/org/jasig/cas/authentication/handler/AuthenticationHandler.java cas-server-core/src/main/java/org/jasig/cas/remoting/server/RemoteCentralAuthenticationService.java cas-server-core/src/main/java/org/jasig/cas/web/flow/AuthenticationViaFormAction.java cas-server-core/src/test/java/org/jasig/cas/CentralAuthenticationServiceImplTests.java cas-server-core/src/test/java/org/jasig/cas/authentication/AuthenticationManagerImplTests.java cas-server-core/src/test/java/org/jasig/cas/authentication/handler/support/SimpleTestUsernamePasswordAuthenticationHandler.java cas-server-core/src/test/java/org/jasig/cas/authentication/handler/support/SimpleTestUsernamePasswordHandlerTests.java cas-server-core/src/test/java/org/jasig/cas/remoting/server/RemoteCentralAuthenticationServiceTests.java cas-server-core/src/test/resources/core-context.xml cas-server-integration-restlet/src/main/java/org/jasig/cas/integration/restlet/TicketResource.java cas-server-support-ldap/src/main/resources/deployerConfigContext.xml cas-server-support-openid/src/test/java/org/jasig/cas/support/openid/web/flow/OpenIdSingleSignOnActionTests.java cas-server-support-trusted/src/test/java/org/jasig/cas/adaptors/trusted/web/flow/PrincipalFromRequestRemoteUserNonInteractiveCredentialsActionTests.java cas-server-support-trusted/src/test/java/org/jasig/cas/adaptors/trusted/web/flow/PrincipalFromRequestUserPrincipalNonInteractiveCredentialsActionTests.java cas-server-support-x509/src/main/resources/deployerConfigContext.xml cas-server-support-x509/src/test/java/org/jasig/cas/adaptors/x509/web/flow/X509CertificateCredentialsNonInteractiveActionTests.java cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml
-
- 15 Apr, 2013 4 commits
-
-
Misagh Moayyed authored
CAS-1245: update to the latest dependencies
-
Misagh Moayyed authored
Conflicts: cas-server-uber-webapp/NOTICE
-
Misagh Moayyed authored
-
LELEU Jérôme authored
CAS-1286: Extract the OAuth client support in its own module and upgrade to pac4j
-
- 13 Apr, 2013 2 commits
-
-
LELEU Jerome authored
Handle properly required additionnal HTTP action from pac4j
-
LELEU Jerome authored
After Misagh's code review
-