Relying Party Demo
Sign in with Sovereign
Demonstrates Authorization Code + PKCE, server-side token exchange, refresh, and JWT verification via JWKS.
Sign in
Recommended
The speed of Google/Apple — with an identity you can take anywhere.
No new passwordPortable identityShare less by default
Config
{
"authorize": "https://id.sovx.one/oauth/consent",
"token": "https://nnreubobpdjilumvbjpi.supabase.co/auth/v1/oauth/token",
"jwks": "https://nnreubobpdjilumvbjpi.supabase.co/auth/v1/.well-known/jwks.json",
"issuer": "https://nnreubobpdjilumvbjpi.supabase.co/auth/v1",
"audience": "same as client id",
"clientId": "from Supabase OAuth App (see step 4)",
"redirectUri": "https://rp.sovx.one/callback",
"scope": "openid profile email"
}