v1

latestSwagger 2.02026-07-13285166341.1 KB
Authentication

Redirect to OIDC provider with configured and provided query parameters.

Authentication required if not a known host. PKCE required if not a known host or if using response_mode=fragment.

get/api/v2/Authentication/OAuthRedirect

Query parameters

redirectUristring required

URI of target application to which to redirect once logged in to OIDC.

code_challengestring

Value used PKCE to prevent abuse of authorization code.

code_challenge_methodstring

Used for PKCE. Method used to compute code_challenge from code_verifier. Supported values: 'S256'.

response_modestring

Optional. Location in redirect uri to place the authorization code. Supported values: 'fragment' and code'.

promptstring

Optional. Supported values: 'none', 'consent', 'select_account', and 'login'.

Response

OK

SystemObject required