Login Customization

Single Sign On

Rezi is committed to ensuring that logging into our platform is a seamless experience, especially for first-time users. Single Sign-On (SSO) is a solution that will enable a user to log into multiple Web sites and services from one location. The SSO solution will have a portal-based design, with the main difference being that users will have to enter their credentials only once instead of many times.

SAML SSO

circle-exclamation

Custom Token Single Sign on

Rezi can connect your user through JWTs from your back-end service to our API. We will answer the API call with a token you can use to automatically log in to your user by passing the token (USER_TOKEN, for example) in the URL. Example: www.yourAmazingRms.com/login/?token=USER_TOKEN

Check the documentation for implementation.

Custom Rules

Sign-up rules allow you to understand users better as they create an account.

Example options:

  • Custom fields

  • Required email syntax

  • Enable/disable social authentication

Last updated