Skip to content

Support for Accessing Authorization Response Parameters for response_mode=form_post Implementation #1082

@arif-basri

Description

@arif-basri

This PR adds logic to expose the authorization response parameters (uri_params['query']) in the AuthorizeController. This change enables downstream controller code to access these parameters, which is helpful for implementing the OAuth2 response_mode=form_post specification. With this update, the controller can handle form post responses by utilizing the parameters directly, improving standards compliance and flexibility for different response modes.

Otherwise we need to parse the redirect url for the parameters which is not elegant.

https://openid.net/specs/oauth-v2-form-post-response-mode-1_0.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions