{
  "issuer": "https://tianlu.technology",
  "authorization_endpoint": "https://id.veri5.technology/authorize",
  "token_endpoint": "https://id.veri5.technology/token",
  "userinfo_endpoint": "https://id.veri5.technology/userinfo",
  "registration_endpoint": "https://id.veri5.technology/api/auth/register",
  "revocation_endpoint": "https://id.veri5.technology/revoke",
  "jwks_uri": "https://id.veri5.technology/.well-known/jwks.json",
  "scopes_supported": ["openid", "profile", "email", "wallet"],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_basic"],
  "agent_auth": {
    "register_uri": "https://id.veri5.technology/register",
    "registration_endpoint": "https://id.veri5.technology/api/auth/register",
    "authorization_servers": ["https://id.veri5.technology"],
    "authorization_endpoint": "https://id.veri5.technology/authorize",
    "token_endpoint": "https://id.veri5.technology/token",
    "claim_uri": "https://id.veri5.technology/authorize",
    "claim_endpoint": "https://id.veri5.technology/authorize",
    "revocation_uri": "https://id.veri5.technology/revoke",
    "revocation_endpoint": "https://id.veri5.technology/revoke",
    "documentation_uri": "https://tianlu.technology/auth.md",
    "identity_types_supported": ["individual", "organization"],
    "credential_types_supported": ["access_token", "id_token"],
    "scopes_supported": ["openid", "profile", "email", "wallet"]
  }
}
