Skip to main content

Authorize endpoint for a strategy instance

GET 

/authenticate/oauth/:id/authorize/:mode

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

Path Parameters

    id stringrequired

    The id of the strategy instance to initiate

    mode string

    Possible values: [login, register, register-sync]

    The function/mode how to authenticate. Defaults to 'login'

Responses

Loading...