SSO (Single Sign On)
SSO (Single Sign On)

This section includes information about Mi4Biz Single Sign On features, requirements and integration details.
Through the information provided in this section, it is possible to login to next4biz CRM from an external application. Also, if configured, next4biz CRM communicates to the external application to verify whether the particular user has necessary permissions to login to next4biz CRM, providing an enhanced security check.

Step By Step SSO integrations:

  • Required an email address  of already existing user on next4biz CRM. For example: [email protected]
  • Encrypt user email address with Secret Token. You can read your secret token in “next4biz CRM under Settings > Integration > API Account”
  • Get an SSO AccessToken via parameter as encrypted email address. SSO AccessToken Service and encryption details are here
  • Now you can request to any selphiu page with “access_token” query string.
Like bellow:
                                            
                                                https://[your-company].selphiu.com/[sub-page-url]?access_token=[your_url_encoded_access_token]