Could someone explain how to maintain API access after enforcing SAML SSO via Terraform?
- Apply
genesyscloud_saml_settingswithauth_modeset tosso. - Run
terraform applyto create a newgenesyscloud_oauth_client. - Receive
401 Unauthorizedbecause the service account login is disabled by the global SAML policy.
How do I configure the SAML settings to allow specific OAuth clients to bypass SSO or use a different auth method?