Skip to main content

Authorize OAuth endpoint

GET 

/auth/oauth/authorize

Authorize endpoint for strategy instance of the given id. Functionality performed is determined by mode parameter.

For defined behaviour of the authorize endpoint see {@link https://www.rfc-editor.org/rfc/rfc6749}

Request

Query Parameters

    code_challenge_method anyrequired

    The code challenge method to use for PKCE, only S256 is supported

    code_challenge anyrequired

    The code challenge to use for PKCE

    scope anyrequired

    The scope to request

    state any

    The state to pass through the oauth flow

    redirect_uri anyrequired

    The redirect uri to use. Must be one of the registered redirect uris of the client

    response_type anyrequired

    The response type to expect.

    client_id stringrequired

    The id of the client to initiate

Responses

Loading...