All Collections
Marketing
Content Management
Use SAML based SSO Login for Your Website or App
Use SAML based SSO Login for Your Website or App

You can leverage our /login/sso to get started with signing into your member portal with one-click SSO.

Updated over a week ago

With our SSO through SAML, you can authenticate your users to their account from an external authentication system. Follow these steps to set it up:

  • You need to add your SAML SSO Certificate which is used to authenticate the incoming request. To do this, go to the company menu and click on Platform
    Settings. Towards the bottom in General Settings you will see SAML SSO Certificate where you can paste your certificate as such:

  • Once that is in place, you can start to route your users to /login/sso/start?route=<url> with the ability to add the optional parameters &returnTo=<local.url>. In this case the route url is your SAML provider where your users authenticate. By adding the returnTo parameter, you have the ability to route someone directly to a page in your PeopleVine experience upon authenticating on your system.

For example, your URL may look like https://member.yourwebsite.com/login/sso/start?route=https://my.sso.login.yourwebsite.com/idp/login&returnTo=%2Fevents%3Fcategory_no%3D1234 which will route them to category 1234 on your events page.

Did this answer your question?