{
  "issuer": "https://gaierlighting.com",
  "authorization_endpoint": "https://gaierlighting.com/oauth/authorize",
  "token_endpoint": "https://gaierlighting.com/oauth2/token",
  "revocation_endpoint": "https://gaierlighting.com/oauth2/revoke",
  "jwks_uri": "https://gaierlighting.com/.well-known/jwks.json",
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "response_types_supported": [
    "token"
  ],
  "agent_auth": {
    "skill": "https://gaierlighting.com/auth.md",
    "register_uri": "https://gaierlighting.com/agent/identity",
    "identity_endpoint": "https://gaierlighting.com/agent/identity",
    "claim_uri": "https://gaierlighting.com/agent/identity/claim",
    "claim_endpoint": "https://gaierlighting.com/agent/identity/claim",
    "revocation_uri": "https://gaierlighting.com/oauth2/revoke",
    "events_endpoint": "https://gaierlighting.com/agent/event/notify",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion",
      "service_auth"
    ],
    "anonymous": {
      "credential_types_supported": [
        "access_token"
      ]
    },
    "service_auth": {
      "credential_types_supported": [
        "access_token"
      ]
    },
    "identity_assertion": {
      "credential_types_supported": [
        "access_token"
      ],
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}