OIDC Test Client (Relying Party)
This client will initiate an Authorization Code + PKCE flow against the test OIDC provider.
Provider: https://auth.vocado.cloud
Client ID: test-client
Redirect URI: https://app.vocado.cloud/callback
Start OIDC Login Flow
Flow Overview
- Click "Start OIDC Login Flow"
- You'll be redirected to the provider's
/authorize endpoint
- Enter any username and click Authorize
- Provider redirects back here with an authorization code
- This client exchanges the code at
/oauth/token
- You'll see the decoded ID token, access token, and all claims