You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases DefaultAuthorizationCodeTokenResponseClient.getTokenResponse(OAuth2AuthorizationCodeGrantRequest) can return null. For example, when a redirect is returned the body is empty. This causes a NullPointerException in OidcAuthorizationCodeAuthenticationProvider.
If the response is invalid, I believe we should provide a meaningful error to users.
The text was updated successfully, but these errors were encountered:
In some cases
DefaultAuthorizationCodeTokenResponseClient.getTokenResponse(OAuth2AuthorizationCodeGrantRequest)
can returnnull
. For example, when a redirect is returned the body is empty. This causes aNullPointerException
inOidcAuthorizationCodeAuthenticationProvider
.If the response is invalid, I believe we should provide a meaningful error to users.
The text was updated successfully, but these errors were encountered: