{
  "issuer": "https://smartnagari.com",
  "authorization_endpoint": "https://smartnagari.com/oauth/authorize",
  "token_endpoint": "https://smartnagari.com/oauth/token",
  "jwks_uri": "https://smartnagari.com/oauth/jwks",
  "revocation_endpoint": "https://smartnagari.com/oauth/revoke",
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "response_types_supported": [
    "code"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic",
    "none"
  ],
  "scopes_supported": [
    "read:properties",
    "read:services",
    "read:advisory",
    "submit:inquiry"
  ],
  "agent_auth": {
    "skill": "https://smartnagari.com/auth.md",
    "register_uri": "https://smartnagari.com/auth.md",
    "identity_endpoint": "https://smartnagari.com/oauth/token",
    "claim_endpoint": "https://smartnagari.com/auth.md",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": [
        "bearer_token"
      ],
      "claim_uri": "https://smartnagari.com/auth.md"
    },
    "anonymous": {
      "credential_types_supported": [
        "bearer_token"
      ],
      "claim_uri": "https://smartnagari.com/auth.md"
    },
    "claim_uri": "https://smartnagari.com/auth.md",
    "revocation_uri": "https://smartnagari.com/oauth/revoke",
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
