Skip to content

Add support for Authorization POST request #29

@AnuradhaSK

Description

@AnuradhaSK

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions