Need help with Vuukle?🤔

This is the place you are looking for!

Learn how to integrate SSO login on your Native iOS application

Updated over a month ago

Step by step instruction - how to integrate SSO login on your Native iOS application


  1. Create “GlobalConfig.swift” file in the project root directory where the publisher must set PUBLISHER_PUBLIC_KEY and PUBLISHER_PRIVATE_KEY

    Related article:

    How can I fetch my Public and Private API Key?

sso ios 3


  1. In “ ViewController.swift” file add 2 functions
  2. loginBySSO(email: String, userName: String)
  3. logoutTapped()

sso ios 4


sso ios 6


Also, you need to set the SSO login type by using our dashboard. To do this you need to move to the “Site Settings” page, open the “Comment Widget” subpage -> “Login Settings” and click on the “Set login method to SSO only” button


sso ios 5


Related articles:

What is SSO and how to enable it for Vuukle comment widget

How to integrate Vuukle web version into your native Android application
How to enable SSO login on AMP pages