{
  "issuer": "https://workforceinfotech.com",
  "token_endpoint": "https://workforceinfotech.com/oauth/token",
  "registration_endpoint": "https://workforceinfotech.com/oauth/register",
  "revocation_endpoint": "https://workforceinfotech.com/oauth/revoke",
  "jwks_uri": "https://workforceinfotech.com/.well-known/jwks.json",
  "scopes_supported": [
    "agent.read"
  ],
  "response_types_supported": [
    "none"
  ],
  "grant_types_supported": [
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "service_documentation": "https://workforceinfotech.com/auth.md",
  "protected_resources": [
    "https://workforceinfotech.com"
  ],
  "agent_auth": {
    "skill": "https://workforceinfotech.com/auth.md",
    "register_uri": "https://workforceinfotech.com/oauth/register",
    "identity_endpoint": "https://workforceinfotech.com/oauth/register",
    "revocation_uri": "https://workforceinfotech.com/oauth/revoke",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "client_credentials",
        "access_token"
      ]
    }
  }
}
