OIDC RC Reference Client

Authorization Code + PKCE using a confidential web client.

Configuration

{
  "issuer": "https://auth-rc.dev-ops.ovh",
  "clientId": "oc_Ue9IShvh46So8SMNhQDUFutxpxUFWXO1",
  "redirectUri": "https://oidc-client-rc.dev-ops.ovh/api/auth/callback",
  "scope": "openid profile email offline_access",
  "authorization": "https://auth-rc.dev-ops.ovh/oauth/authorize",
  "token": "https://auth-rc.dev-ops.ovh/oauth/token",
  "userinfo": "https://auth-rc.dev-ops.ovh/oauth/userinfo",
  "introspection": "https://auth-rc.dev-ops.ovh/oauth/introspect",
  "revocation": "https://auth-rc.dev-ops.ovh/oauth/revoke",
  "logout": "https://auth-rc.dev-ops.ovh/oauth/logout"
}

Not authenticated

Current RC note: the authorization server interaction endpoint is JSON-only. Login will reach /v1/auth/interactions/:uid until the same-origin interaction UI is added.