Remove FIXME in OAuth2LoginReactiveAuthenticationManager

This commit is contained in:
Joe Grandja 2019-09-27 12:13:13 -04:00
parent 6fe96c643f
commit 7217bb5eb0
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ public class OAuth2LoginReactiveAuthenticationManager implements
.getAuthorizationRequest().getScopes().contains("openid")) {
// This is an OpenID Connect Authentication Request so return null
// 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)