Skip to main content

Authorization Request

GET 

/authz-srv/authz

Authorization Request

This API initiates the OAuth 2.0 / OpenID Connect authorization process. It can be used to perform the following flows:

The flow type is determined by the response_type parameter. All parameters are passed as query parameters in the URL, except when using PAR where request_uri is used instead.

Request

Responses

Redirect response to redirect_uri with authorization code and state as query param or fragment.