Skip to main content

OidcLoginRequest

Request body for initiating OIDC login.

The body is optional: the web app posts nothing and gets the built-in completion page. Native clients pass a redirect target so the callback can hand control back to the app.

redirectUristring | nullnullable

Where to send the browser after a successful callback. Must be listed in auth.oidc.allowed_redirect_uris. Omit for the default web flow.

Example: codexreader://auth
OidcLoginRequest
{
"redirectUri": "codexreader://auth"
}