Skip to content

OIDC: Get accessToken and complete login #25657

Description

@kerryarchibald

3.1.1. Authorization Code Flow Steps
The Authorization Code Flow goes through the following steps.

  1. Client prepares an Authentication Request containing the desired request parameters.
  2. Client sends the request to the Authorization Server.
  3. Authorization Server Authenticates the End-User.
  4. Authorization Server obtains End-User Consent/Authorization.
  5. Authorization Server sends the End-User back to the Client with an Authorization Code.
  6. Client requests a response using the Authorization Code at the Token Endpoint.
  7. Client receives a response that contains an ID Token and Access Token in the response body.
  8. Client validates the ID token and retrieves the End-User's Subject Identifier.

https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth

This task addresses steps 6-8

Resources

Not included:

AC

  • query params are removed from the url post login

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions