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 rich authorization requests #2511

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2024

  1. accept and persist authorization_details of authorize request

    - Accept 'authorization_details' field in the authorization request.
    - Persist code and consent authorization details in the database.
    - Add support for oauth.rar and oauth.rar.common modules.
    - Read custom implementations of AuthorizationDetailsProvider from SPI.
    - Display rich authorization details in the consent UI.
    VimukthiRajapaksha committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c8d568e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Accept and persist authorization_details of token request

    - Accept 'authorization_details' field in the token request
    - Persist access token authorization details in the database
    - Moving common logic from oauth.rar.common module to a new rar package within oauth module
    - Adds RAR support for hybrid authorization flows
    VimukthiRajapaksha committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f7544ce View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    dd8f27f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    824163c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3360d4e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add unit tests

    VimukthiRajapaksha committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3031c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376e5cc View commit details
    Browse the repository at this point in the history