{
  "issuer": "https://veri5.network",
  "authorization_endpoint": "https://veri5.network/api/auth/authorize",
  "token_endpoint": "https://veri5.network/api/auth/token",
  "jwks_uri": "https://veri5.network/.well-known/jwks.json",
  "registration_endpoint": "https://veri5.network/api/auth/register",
  "grant_types_supported": [
    "client_credentials",
    "authorization_code"
  ],
  "response_types_supported": [
    "code",
    "token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "scopes_supported": [
    "veri5:read",
    "veri5:write",
    "veri5:admin"
  ],
  "code_challenge_methods_supported": ["S256"],
  "agent_auth": {
    "register_uri": "https://veri5.network/api/auth/register",
    "documentation_uri": "https://veri5.network/auth.md",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "credential_types_supported": [
      "api_key",
      "access_token"
    ],
    "claim_uri": "https://veri5.network/api/auth/claim",
    "revocation_uri": "https://veri5.network/api/auth/revoke",
    "identity_endpoint": "https://veri5.network/api/auth/register",
    "claim_endpoint": "https://veri5.network/api/auth/claim",
    "revocation_endpoint": "https://veri5.network/api/auth/revoke",
    "events_endpoint": "https://veri5.network/api/auth/events",
    "events_supported": [
      "credential.claimed",
      "credential.revoked"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ]
    }
  }
}
