OidcLoginResponse
Response from initiating OIDC login
redirectUrlstringrequired
URL to redirect the user to for authentication
Example:
https://auth.example.com/authorize?client_id=...OidcLoginResponse
{
"redirectUrl": "https://auth.example.com/authorize?client_id=..."
}