Need help with Vuukle?🤔

This is the place you are looking for!

Learn how to integrate SSO login on your Native Android application

Updated over a month ago

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

  1. Create “apikey.properties” 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 android 5


  1. Add those properties to build.gradle file

sso android 6


  1. Define UrlManager and AuthManager global properties

sso android 7


  1. In Activity we have 2 functions:
  2. loginBySSO(email: String, userName: String)
  3. logoutSSO()

sso android 8


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 7


Related articles:

How to integrate Vuukle web version into your native Android application
What is SSO and how to enable it for Vuukle comment widget
How to enable SSO login on AMP pages