Introduction
This guide will detail the steps required to integrate Jump Cloud as a SAML provider for your env zero organization. The current implementation supports SAML 2.0 and is used for authentication only, where you define your users in your Jump Cloud account to enable them access to your env zero organization.Steps
- Login to the Jump Cloud admin console.
- Under the User Authentication menu click on the SSO.
- Add a new application.
- Click on the “Custom SAML app”.

- In the
General Infotab fill in the Display name asenv zeroadd a description and choose a color indication or upload the env zero logo. - In the
SSOtab fill in the following information:
- IdP Entity ID -
https://login.app.env0.com/login/callback?connection={YOUR_ENV0_ORG_ID} - SP Entity ID -
urn:auth0:env0:{YOUR_ENV0_ORG_ID} - ACS URL -
https://login.app.env0.com/login/callback?connection={YOUR_ENV0_ORG_ID} - SP Certificate: Upload this file
- SAMLSubject NameID: email
- SAMLSubject NameID Format:
urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified - Signature Algorithm: RSA-SHA256
- Groups Attributes: Check the
include group attributeand set it to beteams - Attributes:
| Service Provider Attribute Name | JumpCloud Attribute Name |
|---|---|
| firstName | firstname |
| lastName | lastname |
| name | fullname |
Teams SyncingTeams will be synced each time a user will login with the following logic:
- env zero will create a new team if one doesn’t exist based on the group name we received from the SAML provider.
- If the team exists in env zero we will not create a new team.
- We will assign the user to all the teams in env zero based on the group names they are a member of in the SAML provider.
- If the user was removed from a group in the SAML provider we will remove them from the team in env zero.
- In the
User Groupstab Select the group of users you would like to have access to the env zero platform. - Click on the
activatebutton and create the application. - Go to the env zero application to edit it.
- On the right-hand side click on the
IDP Certificatedropdown and click on theDownload certificateoption. - In the SSO tab copy the
IDP URL - Please submit the
IDP URLand the certificate using the secured webform - env zero setup SAML single sign-on.