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
Describe the issue: Currently, SDK supports only sending HTTP GET request to Authorization Endpoint. POST requests also need to be supported as per the specification . https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
POST /authorize HTTP/1.1 Host: server.example.com Content-Type: application/x-www-form-urlencoded response_type=code &scope=openid &client_id=s6BhdRkqt3 &redirect_uri=https%3A%2F%2Fclient.example.org%2Fcb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue:
Currently, SDK supports only sending HTTP GET request to Authorization Endpoint. POST requests also need to be supported as per the specification . https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
The text was updated successfully, but these errors were encountered: