Learn how to integrate your cloud ebook or library with Auth0, for a better user login experience

What is Auth0

Auth0 provides secure SSO (Single Sign-On) on the cloud, linking all your apps, logins, and devices into a unified space. It gives access to many applications with a single login.

After enabling Auth0 SSO, Auth0 users will be able to seamlessly log into your library or cloud ebook without entering a password, under one of these two conditions:

  • They are already added as users to your library or cloud ebook manually (e.g. through Kotobee Author)
  • You have your library or cloud ebook enabled for self-registration

Steps to Use Auth0 SSO

In order to use Auth0 for Single Sign-On, you need to have an Auth0 account. After logging into your account, you will be able to add users into your organization through Dashboard > User Management > Users > Create User. 

To enable SSO for your library or cloud ebook, follow the instructions below.

Create an Auth0 App

Have your library or ebook app URL ready.

If your library or ebook app is hosted with Kotobee, then the URL will be in the form of https://yoursubdomain.kotobee.com. Otherwise, it will be the URL that you have exported your library or ebook app files to. That URL will be referred to in some of the steps below as YOUR_URL.

  1. Add a new Application from Dashboard > Applications > Create Application
  2. Set Application Type to Single Page Web Applications
  3. You'll be redirected to you App Page. Click Settings

  4. Copy both your Domain and Client ID. These values will be entered at Kotobee Author.

  5. Under the Allowed Callback URLs, add the following comma-separated URLs:

  6. Under Allowed Logout URLs, add the following comma-separated:

  7. Under Allowed Web Origins, add the following comma-separated:
  8. Under Allowed Origins (CORS), add the following comma-separated:
  9. Click Save Changes

Enable Auth0 SSO in Kotobee Author

Open Kotobee Author. Go into your library or cloud ebook settings, and click on the Single sign-on tab.


Click on the Enable button under Auth0.

Enter the Client ID and Auth0 Domain and hit Save Changes at the bottom.

You do not need to re-export your library or ebook app if you enable or disable SSO. The reader will pick up this change automatically.