{
  "issuer": "https://formca.io",
  "authorization_endpoint": "https://app.formca.io/oauth/authorize",
  "token_endpoint": "https://api.formca.io/v1/oauth/token",
  "jwks_uri": "https://api.formca.io/v1/.well-known/jwks.json",
  "registration_endpoint": "https://api.formca.io/v1/agents/register",
  "scopes_supported": [
    "appointments:read",
    "appointments:write",
    "services:read",
    "staff:read"
  ],
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic",
    "private_key_jwt"
  ],
  "agent_auth": {
    "skill": "https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md",
    "register_uri": "https://api.formca.io/v1/agents/register",
    "identity_types_supported": [
      "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://api.formca.io/v1/agents/claim"
    },
    "anonymous": {
      "credential_types_supported": [
        "bearer_token"
      ],
      "claim_uri": "https://api.formca.io/v1/agents/claim"
    }
  }
}