Skip to content

Setup Single Sign-On (SSO) with Formyoula and Salesforce

In this guide, we will explain how to setup up Single Sign-On (SSO) with the Formyoula mobile application on iOS and Android. If you have any questions, please email us support@formyoula.com.

To setup the SSO URL we will need the following information:

  • SSO Login URL
  • Salesforce Home URL after successful SSO login

The Formyoula SSO URL starts with the mobile application link:

formyoula://?

Next, we provide the sign in type:

sign_in_type=partner

The SSO login URL can be set via the Salesforce Login URL option:

salesforce_login_url=https://formyoula.okta.com/app/UserHome

Next, we will provide our standard or custom Salesforce instance URL. This can be a community URL if your users are using a Salesforce community:

community=https://formyoulaforce.com/D2D/

The last option will be the final landing page after a successful sign in to Salesforce:

community_url=one/one.app

The final SSO sign in URL:

formyoula://?sign_in_type=partner&salesforce_login_url=https://formyoula.okta.com/app/UserHome&community=https://formyoulaforce.com/D2D/&community_url=one/one.app

Please make sure to URL encode the final two options - "community" and"community_url":

formyoula://?sign_in_type=partner&salesforce_login_url=https://formyoula.okta.com/app/UserHome**&community**%3Dhttps%3A%2F%2Fformyoulaforce.com%2FD2D%2F%26**community_url**%3Done%2Fone.app

You can create a button or a link for the users to click on their mobile browser to initiate the Single Sign On with Formyoula.

Feedback and Knowledge Base