The steps to add IdP vary for the User Interface versions supported in Zoho One. Select the UI version you use from the tabs below and proceed with the steps that follow.
Spaces UI
- Sign in to Zoho One, then click
on the top-right corner. - Go to the Security tab, then go to Identity Providers.
- Click Add IdP.
- Enter the name of your IdP in the Display Name field.
- Select the SSO Protocol. You will not be able to change it later.
- Copy the ACS URL. You will need it to configure SSO at your IdP.
- Copy the Entity ID. You will need it to verify that the assertion is from Zoho at your IdP.
- Enter the Sign-in URL. This is the URL the user will be redirected to when they try to sign in to Zoho. Change the method only if needed.
- Copy the Sign-out URL. This is the URL the user will be redirected to after signing out of Zoho. Change the method only if needed.
- If you select SAML as the SSO Protocol, enter the following details obtained from your IdP:
- Name ID Format: This specifies the format of the name ID in the assertion sent from your IdP. Change it only if the IdPs specifies you to.
- Sign SAML Requests: Not all IdPs support request signing. Check with your IdP before enabling.
- Verification Certificate: The certificate with which Zoho can check the digital signature on the IdP's authentication response.
- If you select JWT, select a signing algorithm.
- HS256:
The HS256 signing algorithm makes use of a secret key shared between
the IdP and Zoho Directory to generate a hashing function, which serves
as the signature.
- Generate a Secret Key. You will need it to configure SSO at your IdP.
- RS256:
The RS256, on the other hand, makes use of a public/private key pair.
The IdP has a private key which generates a signature, and the user
validates the signature using the public key.
- Browse and add the Verification Certificate that you downloaded from the IdP.
- Enter the Sign-in parameters and Sign-out parameters if needed.
- Click Add.
Unified UI
- Sign in to Zoho One, then click Directory in the left menu.
- Go to the Security tab, then go to Identity Providers.
- Click Add IdP.
- Enter the name of your IdP in the Display Name field.
- Select the SSO Protocol. You will not be able to change it later.
- Copy the ACS URL. You will need it to configure SSO at your IdP.
- Copy the Entity ID. You will need it to verify that the assertion is from Zoho at your IdP.
- Enter the Sign-in URL. This is the URL the user will be redirected to when they try to sign in to Zoho. Change the method only if needed.
- Copy the Sign-out URL. This is the URL the user will be redirected to after signing out of Zoho. Change the method only if needed.
- If you select SAML as the SSO Protocol, enter the following details obtained from your IdP:
- Name ID Format: This specifies the format of the name ID in the assertion sent from your IdP. Change it only if the IdPs specifies you to.
- Sign SAML Requests: Not all IdPs support request signing. Check with your IdP before enabling.
- Verification Certificate: The certificate with which Zoho can check the digital signature on the IdP's authentication response.
- If you select JWT, select a signing algorithm.
- HS256:
The HS256 signing algorithm makes use of a secret key shared between
the IdP and Zoho Directory to generate a hashing function, which serves
as the signature.
- Generate a Secret Key. You will need it to configure SSO at your IdP.
- RS256:
The RS256, on the other hand, makes use of a public/private key pair.
The IdP has a private key which generates a signature, and the user
validates the signature using the public key.
- Browse and add the Verification Certificate that you downloaded from the IdP.
- Enter the Sign-in parameters and Sign-out parameters if needed.
- Click Add.