Authorize endpoint for a strategy instance
GET/auth/api/internal/auth/redirect/:id/: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
- 200
Loading...