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
During the callback phase, when the strategy is attempting to retrieve the token from the OpenID connect endpoint, I get a big chunk of HTML back and the error code is 422 Unprocessable Entity.
It appears that the POST to /token results in a CSRF token validation failure on the endpoint. This has not happened with other clients.
What could be causing this? Running the latest released version (0.2.3) on a Rails 3 app.
The text was updated successfully, but these errors were encountered:
During the callback phase, when the strategy is attempting to retrieve the token from the OpenID connect endpoint, I get a big chunk of HTML back and the error code is 422 Unprocessable Entity.
It appears that the POST to /token results in a CSRF token validation failure on the endpoint. This has not happened with other clients.
What could be causing this? Running the latest released version (0.2.3) on a Rails 3 app.
The text was updated successfully, but these errors were encountered: