Skip to content
New issue

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

authorize is possibile only by GET and not by POST #424

Closed
gianpaolo-tndigit opened this issue Sep 15, 2023 · 1 comment
Closed

authorize is possibile only by GET and not by POST #424

gianpaolo-tndigit opened this issue Sep 15, 2023 · 1 comment

Comments

@gianpaolo-tndigit
Copy link
Collaborator

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"
}

@gianpaolo-tndigit
Copy link
Collaborator Author

close with #425

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants