Enterprise Google Workspace SSO using SAML
Feb 20, 2026
Overview
This article provides details on setting up Enterprise SAML SSO using Google Workspace.
Applies To
- SAML
- SSO
- Enterprise Google Workspace
Solution
The following are the steps to set up the Enterprise Google Workspace SSO using SAML
- Decide on the connection name. For example, googlesaml.
- Follow these instructions to set up a SAML application in the Google Workspace - Set up your own custom SAML application.
- Follow the Set up your own custom SAML app section.
- On the Google Identity Provider Detail page, copy and save the SSO URL (
https://accounts.google.com/o/saml2/idp?idpid=****) and download the certificate. - When Google asks for the Service Provider Details, use these values:
- ACS URL (meaning Assertion Consumer Service URL):
https://<auth0-domain>/login/callback - Entity Id:
urn:auth0:<auth0-tenant-name>:googlesaml- NOTE: The
<auth0-tenant-name>part does not include the full domain name. If the Auth0 domain is as an example.us.auth0.com, then it should be "example".
- NOTE: The
- For the name ID, use email.
- Leave other values/options unchanged.
- ACS URL (meaning Assertion Consumer Service URL):
- Follow the Turn on your SAML app section. Allow the Google Workspace users to access the app.
- Create an Enterprise Generic SAML connection in the Auth0 tenant.
- Use the connection name that was established earlier in step 1 (i.e., googlesaml)
- Sign-In URL: SSO URL that was copied in the step above -
https://accounts.google.com/o/saml2/idp?idpid=**** - X509 Signing Certificate: the file downloaded in the step above.