File tree 3 files changed +5
-5
lines changed
oauth-authorization-server/src/main/java/org/springdoc/demo/auth
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
2 . Client secret: newClientSecret
10
10
3 . Redirect Uris:
11
11
- http://127.0.0.1:8081/resource-server/swagger-ui/oauth2-redirect.html
12
- - http://127.0.0.1:8082/resource-server/webjars/ swagger-ui/oauth2-redirect.html
12
+ - http://127.0.0.1:8082/resource-server/swagger-ui/oauth2-redirect.html
13
13
14
14
3 . There is a test user registered in the Authorization Server:
15
15
Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ public RegisteredClientRepository registeredClientRepository(JdbcTemplate jdbcTe
85
85
.authorizationGrantType (AuthorizationGrantType .REFRESH_TOKEN )
86
86
.authorizationGrantType (AuthorizationGrantType .CLIENT_CREDENTIALS )
87
87
.redirectUri ("http://127.0.0.1:8081/resource-server/swagger-ui/oauth2-redirect.html" )
88
- .redirectUri ("http://127.0.0.1:8082/resource-server/webjars/ swagger-ui/oauth2-redirect.html" )
88
+ .redirectUri ("http://127.0.0.1:8082/resource-server/swagger-ui/oauth2-redirect.html" )
89
89
.redirectUri ("http://144.24.171.248:8095/resource-server/swagger-ui/oauth2-redirect.html" )
90
- .redirectUri ("http://144.24.171.248:8096/resource-server/webjars/ swagger-ui/oauth2-redirect.html" )
90
+ .redirectUri ("http://144.24.171.248:8096/resource-server/swagger-ui/oauth2-redirect.html" )
91
91
.redirectUri ("https://demos.springdoc.org/oauth-resource-server-webmvc/resource-server/swagger-ui/oauth2-redirect.html" )
92
- .redirectUri ("https://demos.springdoc.org/oauth-resource-server-webflux/resource-server/webjars/ swagger-ui/oauth2-redirect.html" )
92
+ .redirectUri ("https://demos.springdoc.org/oauth-resource-server-webflux/resource-server/swagger-ui/oauth2-redirect.html" )
93
93
.scope (OidcScopes .OPENID )
94
94
.scope (OidcScopes .PROFILE )
95
95
.scope ("springdoc.read" )
Original file line number Diff line number Diff line change 145
145
<maven .compiler.target>${java.version} </maven .compiler.target>
146
146
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
147
147
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
148
- <springdoc .version>2.8.5 </springdoc .version>
148
+ <springdoc .version>2.8.6-SNAPSHOT </springdoc .version>
149
149
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
150
150
<maven-javadoc-plugin .version>3.0.1</maven-javadoc-plugin .version>
151
151
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
You can’t perform that action at this time.
0 commit comments