File tree 14 files changed +17
-17
lines changed
src/main/java/com/vaadin/sso/starter
14 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11
11
<name >SSO Kit</name >
12
12
13
13
<artifactId >sso-kit</artifactId >
14
- <version >2.2 -SNAPSHOT</version >
14
+ <version >2.3 -SNAPSHOT</version >
15
15
<packaging >pom</packaging >
16
16
17
17
<licenses >
28
28
</modules >
29
29
30
30
<properties >
31
- <flow .version>24.2 -SNAPSHOT</flow .version>
32
- <hilla .version>2.2 -SNAPSHOT</hilla .version>
31
+ <flow .version>24.3 -SNAPSHOT</flow .version>
32
+ <hilla .version>2.5 -SNAPSHOT</hilla .version>
33
33
<vaadin .license.checker.version>1.12.3</vaadin .license.checker.version>
34
34
35
35
<maven .compiler.source>17</maven .compiler.source>
36
36
<maven .compiler.target>17</maven .compiler.target>
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
39
- <spring .boot.version>3.1.4 </spring .boot.version>
39
+ <spring .boot.version>3.2.0 </spring .boot.version>
40
40
<maven .jar.version>3.3.0</maven .jar.version>
41
41
<maven .source.version>3.2.1</maven .source.version>
42
42
<maven .javadoc.version>3.4.1</maven .javadoc.version>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hilla/sso-kit-client-core" ,
3
3
"private" : true ,
4
- "version" : " 2.2 .0" ,
4
+ "version" : " 2.3 .0" ,
5
5
"description" : " SSO Kit Client Core" ,
6
6
"main" : " lib/index.js" ,
7
7
"module" : " index.js" ,
Original file line number Diff line number Diff line change 7
7
"npmClient" : " npm" ,
8
8
"useWorkspaces" : true ,
9
9
"useNx" : true ,
10
- "version" : " 2.2 .0"
10
+ "version" : " 2.3 .0"
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hilla/sso-kit-client-lit" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " SSO Kit Client Lit" ,
5
5
"main" : " lib/lit/src/index.js" ,
6
6
"module" : " index.js" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ window.Vaadin = window.Vaadin || {};
32
32
window . Vaadin . registrations = window . Vaadin . registrations || [ ] ;
33
33
window . Vaadin . registrations . push ( {
34
34
is : "@hilla/sso-kit-client-lit" ,
35
- version : "2.2 .0" ,
35
+ version : "2.3 .0" ,
36
36
} ) ;
37
37
38
38
window . Vaadin . SingleSignOnData = window . Vaadin . SingleSignOnData || {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hilla/sso-kit-client-react" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " SSO Kit Client React" ,
5
5
"main" : " lib/react/src/index.js" ,
6
6
"module" : " index.js" ,
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ window.Vaadin = window.Vaadin || {};
31
31
window . Vaadin . registrations = window . Vaadin . registrations || [ ] ;
32
32
window . Vaadin . registrations . push ( {
33
33
is : "@hilla/sso-kit-client-react" ,
34
- version : "2.2 .0" ,
34
+ version : "2.3 .0" ,
35
35
} ) ;
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.vaadin</groupId >
7
7
<artifactId >sso-kit</artifactId >
8
- <version >2.2 -SNAPSHOT</version >
8
+ <version >2.3 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<name >SSO Kit Core</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.vaadin</groupId >
7
7
<artifactId >sso-kit</artifactId >
8
- <version >2.2 -SNAPSHOT</version >
8
+ <version >2.3 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<name >SSO Kit Demo</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.vaadin</groupId >
7
7
<artifactId >sso-kit</artifactId >
8
- <version >2.2 -SNAPSHOT</version >
8
+ <version >2.3 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >sso-kit-keycloak</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.vaadin</groupId >
7
7
<artifactId >sso-kit-keycloak</artifactId >
8
- <version >2.2 -SNAPSHOT</version >
8
+ <version >2.3 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<name >SSO Kit Lumo Theme for Keycloak</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.vaadin</groupId >
7
7
<artifactId >sso-kit</artifactId >
8
- <version >2.2 -SNAPSHOT</version >
8
+ <version >2.3 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<name >SSO Kit Starter for Hilla</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.vaadin</groupId >
7
7
<artifactId >sso-kit</artifactId >
8
- <version >2.2 -SNAPSHOT</version >
8
+ <version >2.3 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<name >SSO Kit Starter for Flow</name >
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ protected void configure(HttpSecurity http) throws Exception {
119
119
120
120
// Sets the login route as endpoint for redirection when
121
121
// trying to access a protected view without authorization.
122
- getViewAccessChecker ().setLoginView (loginRoute );
122
+ getNavigationAccessControl ().setLoginView (loginRoute );
123
123
}).logout (logout -> {
124
124
// Configures a logout success handler that takes care of closing
125
125
// both the local user session and the OIDC provider remote session,
You can’t perform that action at this time.
0 commit comments