Docs
How do I set up Chargebee sign-in via SSO? I authenticate customers on my app and want to redirect them to the Chargebee portal without a separate login.
Use Single Sign-On (SSO) via API so customers authenticated on your site can access the Chargebee portal without logging in again. Chargebee's API creates a portal session and returns an access URL you redirect the customer to.
Note:
SSO applies when you use your own authentication. The portal link is valid for one-time use. See Session validity time for portal links.
access_url from the API responseNote:
The access URL must be used within one hour. After that, the session is valid until the user logs out or your app calls the logout API. Create a new portal session each time you need to give portal access.
Note:
Chargebee also supports SSO via SAML.
Show more
Was this article helpful?