File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 40
40
run : mvn -B clean install
41
41
42
42
- name : Codecov
43
-
43
+
Original file line number Diff line number Diff line change 27
27
@ RestController
28
28
public class UserInfoEndpoint {
29
29
30
- private AccessTokenRepository accessTokenRepository ;
31
- private TokenGenerator tokenGenerator ;
30
+ private final AccessTokenRepository accessTokenRepository ;
31
+ private final TokenGenerator tokenGenerator ;
32
32
33
33
public UserInfoEndpoint (AccessTokenRepository accessTokenRepository , TokenGenerator tokenGenerator ) {
34
34
this .accessTokenRepository = accessTokenRepository ;
Original file line number Diff line number Diff line change 110
110
"oidc" : " date_of_birth" ,
111
111
"multiValue" : false
112
112
},
113
+ {
114
+ "saml" : " urn:mace:dir:attribute-def:preferredLanguage" ,
115
+ "oidc" : " preferred_language" ,
116
+ "multiValue" : false
117
+ },
113
118
{
114
119
"saml" : " urn:mace:surf.nl:attribute-def:surf-autorisaties" ,
115
120
"oidc" : " surf-autorisaties" ,
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.4.2 </version >
8
+ <version >3.4.4 </version >
9
9
<relativePath />
10
10
</parent >
11
11
24
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
25
<bouncycastle .version>1.80</bouncycastle .version>
26
26
<commons-io .version>2.18.0</commons-io .version>
27
- <dependency-check-maven .version>12.1.0 </dependency-check-maven .version>
27
+ <dependency-check-maven .version>12.1.1 </dependency-check-maven .version>
28
28
<git-commit-id-maven-plugin .version>9.0.1</git-commit-id-maven-plugin .version>
29
29
<jacoco-maven-plugin .version>0.8.12</jacoco-maven-plugin .version>
30
30
<jackson-dataformat-xml .version>2.15.0</jackson-dataformat-xml .version>
36
36
<mockito-core .version>4.2.0</mockito-core .version>
37
37
<mongock-bom .version>4.3.8</mongock-bom .version>
38
38
<oauth2-oidc-sdk .version>11.23.1</oauth2-oidc-sdk .version>
39
- <opensaml-saml .version>5.1.3 </opensaml-saml .version>
39
+ <opensaml-saml .version>5.1.4 </opensaml-saml .version>
40
40
<protobuf-java .version>3.25.5</protobuf-java .version>
41
41
<rest-assured .version>5.2.0</rest-assured .version>
42
42
<require-maven .version>3.8.4</require-maven .version>
You can’t perform that action at this time.
0 commit comments