-
- Downloads
Merge branch 'federated_profile' into 'master'
Add preauth mapper for UW System authenticated user. Bump to version 1.3.0 Creates an alternative to the default Preauth attributes mapper (which is UW-Madison focused) that is specific to the common attributes for an authenticated UW System user. Note that in the System context eppn replaces uid as the response for usernameHeader, because uid is no longer a meaningful identifier in a federated context where the bare uid might not be unique unless it's scoped to an individual campus. The more the merrier: @paul.erickson @ahoffmann See merge request !14
No related branches found
No related tags found
Showing
- pom.xml 1 addition, 1 deletionpom.xml
- uw-spring-security-config/pom.xml 1 addition, 1 deletionuw-spring-security-config/pom.xml
- uw-spring-security-core/pom.xml 1 addition, 1 deletionuw-spring-security-core/pom.xml
- uw-spring-security-core/src/main/java/edu/wisc/uwss/preauth/FederatedPreauthenticatedUserDetailsAttributeMapper.java 247 additions, 0 deletions.../FederatedPreauthenticatedUserDetailsAttributeMapper.java
- uw-spring-security-core/src/test/java/edu/wisc/uwss/preauth/FederatedPreauthenticatedUserDetailsAttributeMapperTest.java 114 additions, 0 deletions...eratedPreauthenticatedUserDetailsAttributeMapperTest.java
- uw-spring-security-sample-war/pom.xml 1 addition, 1 deletionuw-spring-security-sample-war/pom.xml
- uw-spring-security-web/pom.xml 1 addition, 1 deletionuw-spring-security-web/pom.xml
Loading
Please register or sign in to comment