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
AuthorizeRequestValidator in the ValidateCoreParameters method only applies the received response_mode (e.g. "fragment") to the redirect url after checking for grant type and PKCE errors. When such errors occurs it returns from the method too early.
AuthorizeRequestValidator
in theValidateCoreParameters
method only applies the received response_mode (e.g. "fragment") to the redirect url after checking for grant type and PKCE errors. When such errors occurs it returns from the method too early.See issue DuendeSoftware/Support#1238
Considerations around this:
The text was updated successfully, but these errors were encountered: