ZiamAuthorize
Validates the authorization request. An unauthenticated browser receives a ziam_login_tx cookie and is redirected to the configured ZIAM frontend login URL with mode=oidc and an opaque login_request. After browser session login, the frontend follows the backend-issued continueUrl and ZIAM redirects to redirect_uri with an authorization code. PKCE S256 is required for public clients.
GET
/api/login/oauth/authorizeOperation ID
ZiamAuthorizeSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Query Parameters
response_typeStringRequiredMust be code.
Example: code
client_idStringRequiredZIAM application client id.
Example: ziam-default-client
redirect_uriStringRequiredRegistered callback URI.
Example: https://cloud.example.com/iam2/callback
scopeStringRequested scopes.
Example: openid profile email
stateStringOpaque client state returned unchanged.
