⚠ Development only — no authentication

Dummy OIDC Provider

This is an OIDC provider with no authentication. Users only enter an email address and are logged in immediately.

Endpoints

Discovery Document:
GET /.well-known/openid-configuration
JWKS:
GET /.well-known/jwks.json
Authorization:
GET /authorize
Token:
POST /token
UserInfo:
GET /userinfo

How it works

  1. User initiates OIDC login flow from your application
  2. User enters any email address — no password, no verification
  3. Authorization code is returned to your application immediately
  4. Your application exchanges the code for tokens
  5. The ID token contains sub, email, given_name, family_name and groups (the email domain)

Configuration

Issuer: https://sso-dummy.panda.k8s.sl.zone