Google Workspace
Integrating Google with env0 as a SAML provider

Introduction
This guide will detail the various steps required to integrate Google Workspace as a SAML provider for your env0 organization. The current implementation is used for authentication only, where you define your users in your Google Workspace account to enable them access to your env0 organization. You can also add env0 as an application in your user application dashboard.
Steps
- Login to your Google Workspace admin dashboard - https://admin.google.com
- Go to
Apps
>SAML Apps
- Click on the
+
button at the bottom right of the screen to add a new application - Click on
SETUP MY OWN CUSTOM APP

- Copy the SSO URL, Entity ID and download the certificate. You will need to send those over to env0 so we can set up the SAML on our side. Then click on the next button.
- Give the application a name and a description, and upload the env0 logo. Then click on the next button.
- In the
ACS URL
enter the following:https://login.app.env0.com/login/callback?connection={YOUR_ENV0_ORG_ID}
- In the
Entity ID
enterurn:auth0:env0:{YOUR_ENV0_ORG_ID}
- Check the
Signed Response
checkbox. - In the
Name ID
, chooseBasic Information
andPrimary Email
- In the
Name ID format
chooseUnspecified
- Click on the next button.
- In the
Attribute Mapping
add the following:
Name | Group | Value |
---|---|---|
Basic Information | Primary email | |
firstName | Basic Information | First Name |
lastName | Basic Information | Last Name |

- Click on the
Finish
button and you should get this message: - In the
User Access
set the user you would like to have access to env0. - Upload the
SSO URL
,Entity ID
, and the Certificate you have downloaded to https://www.env0.com/env0-setup-saml-single-sign-on.
Updated 6 months ago