- Oct 14, 2022
-
-
bhill6@wisc.edu authored
Updated branch restriction on deploy job from trunk to main See merge request !37
-
bhill6@wisc.edu authored
-
- Oct 11, 2022
-
-
bhill6@wisc.edu authored
Dependency updates to eliminate vulnerabilities discovered by dependency-check See merge request !36
-
bhill6@wisc.edu authored
-
- Jul 22, 2022
-
-
bhill6@wisc.edu authored
-
bhill6@wisc.edu authored
updating language in README.md See merge request !35
-
bhill6@wisc.edu authored
-
bhill6@wisc.edu authored
correcting repository ID so that it uses the correct authentication, adding... See merge request !34
-
bhill6@wisc.edu authored
-
bhill6@wisc.edu authored
Changes to migrate deployment to gitlab,adding gitlab-ci file See merge request !33
-
bhill6@wisc.edu authored
-
- Jul 21, 2022
-
-
bhill6@wisc.edu authored
-
bhill6@wisc.edu authored
Migrate_Deployment: Migrating deployment to gitlab, also removing dependencies on external com.gitlab.nblair repo in favor of local gitlab copy of adi-development library
-
- Jul 10, 2020
-
-
Chelsea Gille authored
-
Chelsea Gille authored
-
Chelsea Gille authored
-
Chelsea Gille authored
-
Wesley Szamotula authored
-
Wesley Szamotula authored
-
Wesley Szamotula authored
Switch to open releases proxy for distribution See merge request !32
-
Wesley Szamotula authored
-
Wesley Szamotula authored
-
Wesley Szamotula authored
-
Wesley Szamotula authored
Switch to snapshot version to release with mvn plugin See merge request !31
-
Wesley Szamotula authored
-
Wesley Szamotula authored
Update Spring to Latest Version See merge request !30
-
- Jul 09, 2020
-
-
Wesley Szamotula authored
-
- Jul 07, 2020
-
-
Wesley Szamotula authored
Test Cleanup See merge request !29
-
Wesley Szamotula authored
-
- Mar 06, 2017
-
-
bhill6@wisc.edu authored
Adding display name attribute, updated UDS libraries See merge request !27
-
bhill6@wisc.edu authored
-
bhill6@wisc.edu authored
-
- Mar 03, 2017
-
-
bhill6@wisc.edu authored
Setting UwframeSession to use fullName as display name if displayName is null. Previously always used fullName, but recent commit set it to always use displayName. This commit splits the difference.
-
bhill6@wisc.edu authored
Upgraded UDS services libraries to newer uds-person-client-java 2.0, and the 1.2 data model that includes access to preferred name. Also added displayName attribute to UWUserDetails that should be picked up from Shibboleth displayName header
-
- Oct 13, 2016
-
-
Nicholas Blair authored
-
Nicholas Blair authored
-
Nicholas Blair authored
deprecate: LocalUserDetailsAttributesMapper I'm preparing a 1.7.0 release, thought I'd stick this in there as well. See merge request !26
-
Nicholas Blair authored
Use LocalUserDetailsLoader instead.
-
Nicholas Blair authored
refactor: change injection strategy for UdsPersonUserDetailsServiceImpl `UdsPersonUserDetailsServiceImpl` is not initialized automatically by either of the primary 'local-users' or 'preauth' Profiles. It's typically constructed by downstream projects manually (not by component scanning). Registering more than 1 `UserDetailsService` - say one for the uw-spring-security stack, and a different one for `UdsPersonUserDetailsServiceImpl` - will result in ApplicationContext initialization errors as the Configuration classes provided in uw-spring-security-config expect 1 and only 1 UserDetailsService. The recommended use now for `UdsPersonUserDetailsServiceImpl` is to provide the needed `UserDetailsService` by hand, not by automatic autowiring. If the 1 UserDetailsService provided by uw-spring-security is appropriate, it's easy to retrieve from the ApplicationContext; if an alternate one is required it can be constructed without registering it as a @Bean. See merge request !25
-
Nicholas Blair authored
Change to UdsPersonUserDetailsServiceImpl construction necessitates.
-