Welcome to Zuora Product Documentation

Explore our rich library of product information

Considerations

Key considerations for JWT-based integration include managing token lifecycle and understanding the limitations of not using the Zephr identity module.

The main consideration for a JWT-based integration is managing the lifecycle of the token. JWT uses an "exp" claim for expiry time, which Zephr honors. However, as the token is set by your identity provider, it will need to be periodically updated if Zephr is to act upon up-to-date information about a user.

A second consideration is that the Zephr identity module will not be in use, so some features such as user search will be redundant.