One of the options to integrate a hosted Customer Portal is an API enabling user authentication on your end.
Rainex supports Single Sign-on to access the Customer Portal when you have your own authentication mechanism. In this way, your customers are authorized directly through your website or app without the need for separate registration in the Portal and are able to freely manage their subscriptions, data and invoice payments.
Enabling this feature consists of a few simple steps via the API.
You need to send a request to Rainex from your backend with the Portal ID and create a session for a customer.
The obtained access code allows you to build a link that provides the customer with a login to the Portal, and gives you the ability to track the status of the session by customer ID.
You can also configure the customer to log out of the Portal when the session ends and redirect them to a page on your website, for example, if desired.
Learn more about setting up Single Sign-on through the Portal integration using the Rainex API.