Commented out dynamic OAuth2 redirection configuration in SecurityConfig.
This commit is contained in:
parent
7a4d1bf465
commit
55daec064c
1 changed files with 3 additions and 3 deletions
|
|
@ -64,9 +64,9 @@ public class SecurityConfig {
|
|||
.oauth2Login(oauth2 -> oauth2
|
||||
.defaultSuccessUrl("/", true)
|
||||
// Redirect-URI explizit setzen:
|
||||
.redirectionEndpoint(redirection -> redirection
|
||||
.baseUri(baseUrl + "/login/oauth2/code/*")
|
||||
)
|
||||
// .redirectionEndpoint(redirection -> redirection
|
||||
// .baseUri(baseUrl + "/login/oauth2/code/*")
|
||||
// )
|
||||
)
|
||||
.oauth2ResourceServer(oauth2 -> oauth2
|
||||
.jwt(jwt -> jwt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue