You can configure SAML-based SSO with Okta as your identity provider (IdP) to let your users sign in to Zoho.
You will need the following items from Okta to configure SAML in
Zoho. You can follow the configuration steps to get these from Okta.
Assign users to the app in Okta
Your users in
Okta can use this newly configured Zoho app to sign in to Zoho. However, before that, you need to assign your users to this app. You can follow
the instructions in the following Okta article to assign your users to
the app.
Test the SAML configuration
You
can test if the configuration is working properly using the following
steps. You will need to test these steps as a user in Okta.
SP-initiated flow:
- Go to your Zoho sign-in page.
- Enter your email address, then click Next. You will be redirected to Okta for authentication.
- If
you are not signed in to Okta already, enter your Okta credentials to
sign in. You will now be redirected back to Zoho and will be signed in.
IdP-initiated flow:
- Sign in to Okta end-user dashboard.
- Click on the SAML app you have configured for Zoho. You will be redirected to Zoho and will be signed in.
Enable single logout (SLO)
Okta
supports only SP-initiated
single logout, i.e., when your users sign
out from Zoho, they will be automatically signed out from Okta as well.
But not the other way around. To learn more about how Okta SLO works,
refer to
this article.
Steps to enable Single log-out:
- Go to SAML Authentication at accounts.zoho.com, then click Edit.

- Copy the Sign-in URL, replace the "sso" part of the URL with "slo", then enter it in the Sign-out URL field.
Example: - Sign-in URL:
https://zylker.okta.com/app/zylker_app_1/exkewk79Kq4696/sso/saml - Sign-out URL:
https://zylker.okta.com/app/zylker_app_1/exkewk79Kq4696/slo/saml
- Scroll down and enable Single logout and Generate key pair.
- Click Submit. You may need to re-enter the X.509 certificate before this.
- Click Download in the top-right corner, then click Metadata.
- Open the file "zohometadata.xml" using a browser or text editor. From the metadata file, copy the Single logout URL and the Entity ID.

- Click Download in the top-right corner, then click Public Key. A file named "logoutcertificate.pem" will be downloaded.
- Go to the Okta admin console, then go to the application you have configured.
- Go to the General tab.
- Click Edit next to SAML settings.
- Click Next to move to Step 2: Configure SAML.
- Click Shown Advanced Settings below the General fields.
- Select the checkbox Allow application to enable Single Logout.

- Enter the copied SLO URL in the Single Logout URL field.
- Enter the entity ID in the SP Issuer field.
- Click Browse next to Signature Certificate, then browse for and select the previously downloaded "logoutcertificate.pem" file.
- Click Upload Certificate.
- Click Next, then click Finish.