mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 10:12:36 +00:00
Remove FIXME in OAuth2LoginReactiveAuthenticationManager
This commit is contained in:
parent
6fe96c643f
commit
7217bb5eb0
@ -85,8 +85,7 @@ public class OAuth2LoginReactiveAuthenticationManager implements
|
|||||||
.getAuthorizationRequest().getScopes().contains("openid")) {
|
.getAuthorizationRequest().getScopes().contains("openid")) {
|
||||||
// This is an OpenID Connect Authentication Request so return null
|
// This is an OpenID Connect Authentication Request so return null
|
||||||
// and let OidcAuthorizationCodeReactiveAuthenticationManager handle it instead once one is created
|
// and let OidcAuthorizationCodeReactiveAuthenticationManager handle it instead once one is created
|
||||||
// FIXME: Once we create OidcAuthorizationCodeReactiveAuthenticationManager uncomment below
|
return Mono.empty();
|
||||||
// return Mono.empty();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.authorizationCodeManager.authenticate(token)
|
return this.authorizationCodeManager.authenticate(token)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user