Quick question, has anyone seen this weird error? with our bot service authentication after enabling SAML SSO for all users in Genesys Cloud. The standard client credentials grant is failing with a 401 Unauthorized response, suggesting the service account is being blocked by the new SAML policy despite having the correct scope.
- Environment: Genesys Cloud EU
- Auth Method: Client Credentials Grant (
/api/v2/oauth/token) - Error:
401withinvalid_grant
Is there a specific configuration to exempt service accounts from SAML enforcement, or does the SDK need a different token endpoint when SSO is active?