AdvancedEnterprise SSO
Enterprise SSO
Enterprise plans support SAML 2.0 and OIDC SSO, letting your team log in to the SilentAuth dashboard and approve intents using your existing identity provider (Okta, Azure AD, Google Workspace, etc.).
Enterprise SSO is available on the Enterprise plan. Contact enterprise@silentauth.io to enable it for your organization.
Supported Identity Providers
Okta
SAML 2.0 / OIDC
Azure AD
SAML 2.0 / OIDC
Google Workspace
SAML 2.0 / OIDC
OneLogin
SAML 2.0
Ping Identity
SAML 2.0
Generic OIDC
OIDC / OAuth 2.0
SAML Configuration
Provide the following to your identity provider:
| Field | Value |
|---|---|
| Entity ID (Audience) | https://auth.silentauth.io/saml/{orgId} |
| ACS URL | https://auth.silentauth.io/saml/{orgId}/acs |
| Single Logout URL | https://auth.silentauth.io/saml/{orgId}/slo |
| NameID Format | emailAddress |
| Binding | HTTP-POST |
SCIM Provisioning
Automate user and group provisioning using SCIM 2.0. When an employee leaves your organization, their account is automatically deprovisioned from SilentAuth — they can no longer act as an approver.
# SCIM base URL
https://api.silentauth.io/scim/v2/{orgId}
# Bearer token: generate from
# Dashboard → Organization → SCIM Provisioning