We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as specific OIDC https://openid.net/specs/openid-connect-core-1_0.html#AuthorizationEndpoint authorization endpoint MUST support the use of the HTTP GET and POST methods.
But if you try a POST request AAC responds with a 404:
{ "timestamp": 1694761098342, "status": 404, "error": "Not Found", "message": "No message available", "path": "/oauth/authorize" }
The text was updated successfully, but these errors were encountered:
fix #360 #424: disable CSRF for /endsession and /oauth/authorize
dceee3f
7659931
close with #425
Sorry, something went wrong.
No branches or pull requests
as specific OIDC https://openid.net/specs/openid-connect-core-1_0.html#AuthorizationEndpoint authorization endpoint MUST support the use of the HTTP GET and POST methods.
But if you try a POST request AAC responds with a 404:
{
"timestamp": 1694761098342,
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/oauth/authorize"
}
The text was updated successfully, but these errors were encountered: