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

Add support for Authorization POST request #29

Open
AnuradhaSK opened this issue Apr 25, 2021 · 0 comments
Open

Add support for Authorization POST request #29

AnuradhaSK opened this issue Apr 25, 2021 · 0 comments

Comments

@AnuradhaSK
Copy link
Contributor

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
@AnuradhaSK AnuradhaSK added the bug Something isn't working label Apr 25, 2021
@chamathns chamathns added Type/Improvement and removed bug Something isn't working labels May 19, 2021
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