{
  "issuer": "https://tharsisfelix.com.br",
  "authorization_endpoint": "https://tharsisfelix.com.br/oauth/authorize",
  "token_endpoint": "https://tharsisfelix.com.br/oauth/token",
  "jwks_uri": "https://tharsisfelix.com.br/.well-known/jwks.json",
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "scopes_supported": [
    "read:analytics",
    "write:consulting_request",
    "read:case_studies",
    "read:profile"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt",
    "none"
  ],
  "agent_auth": {
    "skill": "https://tharsisfelix.com.br/auth.md",
    "register_uri": "https://tharsisfelix.com.br/agent/auth",
    "identity_endpoint": "https://tharsisfelix.com.br/agent/auth",
    "claim_uri": "https://tharsisfelix.com.br/agent/claim",
    "claim_endpoint": "https://tharsisfelix.com.br/agent/claim",
    "identity_types_supported": [
      "identity_assertion",
      "anonymous"
    ],
    "supported_identity_types": [
      "identity_assertion",
      "anonymous"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": [
        "bearer_token",
        "api_key"
      ],
      "claim_uri": "https://tharsisfelix.com.br/agent/claim",
      "claim_endpoint": "https://tharsisfelix.com.br/agent/claim"
    },
    "anonymous": {
      "credential_types_supported": [
        "ephemeral_token"
      ],
      "claim_uri": "https://tharsisfelix.com.br/agent/claim",
      "claim_endpoint": "https://tharsisfelix.com.br/agent/claim"
    }
  }
}
