File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
oauth-authorization-server/src/main/java/org/springdoc/demo/auth Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 2 . Client secret: newClientSecret
1010 3 . Redirect Uris:
1111 - 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
1313
14143 . There is a test user registered in the Authorization Server:
1515
Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ public RegisteredClientRepository registeredClientRepository(JdbcTemplate jdbcTe
8585 .authorizationGrantType (AuthorizationGrantType .REFRESH_TOKEN )
8686 .authorizationGrantType (AuthorizationGrantType .CLIENT_CREDENTIALS )
8787 .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" )
8989 .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" )
9191 .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" )
9393 .scope (OidcScopes .OPENID )
9494 .scope (OidcScopes .PROFILE )
9595 .scope ("springdoc.read" )
Original file line number Diff line number Diff line change 145145 <maven .compiler.target>${java.version} </maven .compiler.target>
146146 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
147147 <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>
149149 <maven-source-plugin .version>3.0.1</maven-source-plugin .version>
150150 <maven-javadoc-plugin .version>3.0.1</maven-javadoc-plugin .version>
151151 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
You can’t perform that action at this time.
0 commit comments