Switch to dark theme

Switch to light theme

Notifications on token expiry #

Using Cipher EIAM, you can generate tokens to secure API calls such that only authorized applications can invoke them. Once the validity of the token expires, any API call using that token throws unauthorised error. As it is not possible to remember when the token is about to expire, Cipher EIAM provides the notification feature. Using this feature, you will start getting email notifications 15 days before the token is about to expire so that you can generate a new token and replace the old token.

Prerequisite #

Before you get started, make sure you have access to the Authentication Centre with the developer role. Refer here for more details

Start Implementing