v1

latestOpenAPI 3.0.02026-07-2412592575.3 KB
auth

Construct authorisation url to authenticate the end-user

get/oidc/auth

Query parameters

request_uristring

Request URI generated by the Pushed Authorization Request endpoint oidc/request. If this param is provided then none of the other params are required.

client_idstring required

ID of the client

scopestring required

The openid id:scope

redirect_uristring required

The redirect uri that the auth endpoint will redirect to on success

response_type'code' | 'id_token' | 'token' | 'code id_token' | 'code token' | 'id_token token' | 'code id_token token' required

The type of response

requeststring required

Request object formed from the required claims

statestring

Opaque value used to maintain state between the request and the callback.

prompt'none' | 'login' | 'consent' | 'select_account'

Space delimited, case sensitive list of ASCII string values that specifies whether the Authorization Server prompts the End-User for reauthentication and consent.