{
  "issuer": "https://cardcpademo.eu",
  "authorization_endpoint": "https://cardcpademo.eu/api/auth/auth0/authorize",
  "token_endpoint": "https://cardcpademo.eu/api/auth/auth0/token",
  "userinfo_endpoint": "https://cardcpademo.eu/api/auth/me",
  "jwks_uri": "https://cardcpademo.eu/.well-known/jwks.json",
  "registration_endpoint": "https://cardcpademo.eu/api/auth/auth0/register",
  "revocation_endpoint": "https://cardcpademo.eu/api/auth/auth0/unlink",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code id_token"
  ],
  "response_modes_supported": [
    "query",
    "fragment",
    "form_post"
  ],
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "refresh_token",
    "client_credentials",
    "password"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "HS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "iat",
    "email",
    "email_verified",
    "name",
    "nickname",
    "picture",
    "role",
    "company_id"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ]
}