{
  "issuer": "https://api.kevo.ws",
  "authorization_endpoint": "https://api.kevo.ws/oauth/authorize",
  "token_endpoint": "https://api.kevo.ws/oauth/token",
  "userinfo_endpoint": "https://api.kevo.ws/oauth/userinfo",
  "revocation_endpoint": "https://api.kevo.ws/oauth/revoke",
  "introspection_endpoint": "https://api.kevo.ws/oauth/introspect",
  "registration_endpoint": "https://api.kevo.ws/oauth/register",
  "device_authorization_endpoint": "https://api.kevo.ws/oauth/device",
  "end_session_endpoint": "https://api.kevo.ws/oauth/logout",
  "jwks_uri": "https://api.kevo.ws/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access",
    "wallets:read",
    "wallets:sign",
    "delegations:read",
    "delegations:grant"
  ],
  "response_types_supported": [
    "code",
    "id_token",
    "id_token token",
    "code id_token",
    "code token",
    "code id_token token"
  ],
  "response_modes_supported": ["query", "fragment", "form_post"],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "subject_types_supported": ["public", "pairwise"],
  "id_token_signing_alg_values_supported": ["RS256", "ES256"],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt",
    "none"
  ],
  "token_endpoint_auth_signing_alg_values_supported": ["RS256", "ES256"],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "iat",
    "auth_time",
    "name",
    "preferred_username",
    "picture",
    "email",
    "email_verified",
    "did",
    "wallets"
  ],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://kevo.ws/docs/api",
  "ui_locales_supported": ["en-US"]
}
