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

  1. Click "Start OIDC Login Flow"
  2. You'll be redirected to the provider's /authorize endpoint
  3. Enter any username and click Authorize
  4. Provider redirects back here with an authorization code
  5. This client exchanges the code at /oauth/token
  6. You'll see the decoded ID token, access token, and all claims