/** * List of trusted SSO provider identifiers. * Used for validation and autocomplete in SSO configuration. */ export const SSO_TRUSTED_PROVIDERS = [ 'okta', 'okta-saml', 'okta-prod', 'okta-dev', 'okta-staging', 'okta-test', 'azure-ad', 'azure-active-directory', 'azure-corp', 'azure-enterprise', 'adfs', 'adfs-company', 'adfs-corp', 'adfs-enterprise', 'auth0', 'auth0-prod', 'auth0-dev', 'auth0-staging', 'onelogin', 'onelogin-prod', 'onelogin-corp', 'jumpcloud', 'jumpcloud-prod', 'jumpcloud-corp', 'ping-identity', 'ping-federate', 'pingone', 'shibboleth', 'shibboleth-idp', 'google-workspace', 'google-sso', 'saml', 'saml2', 'saml-sso', 'oidc', 'oidc-sso', 'openid-connect', 'custom-sso', 'enterprise-sso', 'company-sso', ]