{
  "resource": "https://www.thecolorshop.ws",
  "authorization_servers": [
    "https://www.thecolorshop.ws/.well-known/oauth-authorization-server"
  ],
  "scopes_supported": [
    "read:products",
    "read:orders",
    "write:orders",
    "read:account",
    "write:account"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "issuer": "https://www.thecolorshop.ws",
  "authorization_endpoint": "https://www.thecolorshop.ws/accounts/login/",
  "token_endpoint": "https://www.thecolorshop.ws/accounts/token/",
  "revocation_endpoint": "https://www.thecolorshop.ws/accounts/revoke/",
  "jwks_uri": "https://www.thecolorshop.ws/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post"
  ],
  "service_documentation": "https://www.thecolorshop.ws/about/",
  "agent_auth": {
    "skill": "https://www.thecolorshop.ws/auth.md",
    "register_uri": "https://www.thecolorshop.ws/signup/",
    "identity_endpoint": "https://www.thecolorshop.ws/agent/identity",
    "claim_endpoint": "https://www.thecolorshop.ws/agent/identity/claim",
    "events_endpoint": "https://www.thecolorshop.ws/agent/event/notify",
    "identity_types_supported": [
      "anonymous",
      "service_auth"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ]
    },
    "credential_types_supported": [
      "password"
    ],
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}