Flow SSO Integration, iFrame Option and Custom URL

Modified on Wed, 18 Oct 2023 at 03:38 PM

What is and Why SSO?


Single Sign On helps user administrators use the customer database on your premise (for instance, the customer database on your website) and generate individual login links for each user. You can place the link in their profile to see when they log in. This helps them access the webinar room without having to remember more usernames/passwords and try to enter them once again. No more manual link generation or sharing!


It is easier to integrate Flow into your customer database using either PHP or Node JS code. 

  1. The code is simple, you just have to input the account token (API) to fetch the list of webinar rooms with respective Room IDs as the first step
  2. In the second step, you fetch email, first name, and last name from your member database
  3. With the Room ID, you feed email, and first and last name to the URL generation code. You also feed the API secret key in the next few lines of code
  4. This URL you generate can be presented to a member (attendee) who is logged into your member portal. When the attendee clicks the link, he/she will be directed to the webinar room (they can still see flowapp.com login URL)
  5. You can cloak/obfuscate the URL before connecting it to the clickable button.


The code will be provided only upon request.



Embedding the Webinar Room using iFrame


If you are willing to host the Webinar Room on your website you can easily use an iFrame.

  • Note that when using the iFrame, use a button to let the user click and then load the webinar room inside an iFrame that is embedded in the web page (attendees won't notice it)
  • Use an appropriate iFrame size
  • Limit the height of the page to a small area above the iFrame and nothing below the iFrame - this will stop autoscrolling
  • See the example below


Using Your Own URL


When you use the iFrame on your website for your attendee to load the web page you can restrict the iFrame to hide any additional information while keeping it embedded to one of the web pages on your website. Then the attendees won't have to see the Flow webinar room login URL. See the example below.







Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article