{
    "issuer": "https://hayaaeagles.com",
    "resource": "https://hayaaeagles.com/api/v1",
    "authorization_servers": [
        "https://hayaaeagles.com"
    ],
    "bearer_methods_supported": [
        "header"
    ],
    "authorization_endpoint": "https://hayaaeagles.com/auth.md",
    "token_endpoint": "https://hayaaeagles.com/api/v1/oauth/token",
    "revocation_endpoint": "https://hayaaeagles.com/api/v1/oauth/revoke",
    "jwks_uri": "https://hayaaeagles.com/.well-known/http-message-signatures-directory",
    "grant_types_supported": [
        "client_credentials",
        "urn:ietf:params:oauth:grant-type:jwt-bearer",
        "urn:workos:agent-auth:grant-type:claim"
    ],
    "scopes_supported": [
        "public:read",
        "registration:write",
        "contact:write",
        "notifications:write"
    ],
    "response_types_supported": [
        "token"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post"
    ],
    "agent_auth": {
        "skill": "https://hayaaeagles.com/auth.md",
        "register_uri": "https://hayaaeagles.com/agent/identity",
        "identity_endpoint": "https://hayaaeagles.com/agent/identity",
        "claim_endpoint": "https://hayaaeagles.com/agent/identity/claim",
        "claim_uri": "https://hayaaeagles.com/agent/identity/claim",
        "events_endpoint": "https://hayaaeagles.com/agent/event/notify",
        "revocation_uri": "https://hayaaeagles.com/api/v1/oauth/revoke",
        "identity_types_supported": [
            "identity_assertion",
            "service_auth",
            "anonymous"
        ],
        "identity_assertion": {
            "assertion_types_supported": [
                "urn:ietf:params:oauth:token-type:id-jag",
                "verified_email"
            ],
            "credential_types_supported": [
                "oauth2-bearer-token"
            ],
            "claim_uri": "https://hayaaeagles.com/agent/identity/claim"
        },
        "service_auth": {
            "credential_types_supported": [
                "oauth2-bearer-token",
                "oauth2-client-credentials"
            ],
            "claim_uri": "https://hayaaeagles.com/agent/identity/claim"
        },
        "anonymous": {
            "credential_types_supported": [
                "oauth2-bearer-token"
            ],
            "claim_uri": "https://hayaaeagles.com/agent/identity/claim"
        },
        "events_supported": [
            "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
        ],
        "credential_types_supported": [
            "oauth2-bearer-token",
            "oauth2-client-credentials",
            "http-message-signature"
        ]
    }
}
