Configure Google Login | vendrux Docs

Written by

in

,

In order for Google login to work in Canvas, you will need to adjust the advanced app configuration as follows:

“Regex_Social_Login”: {
	“Regex_Social_Login_Opening_Method”: “webview”,
  	“Regex_Social_Login_Rules”: [     
  		{        
    		“Regex”: “.*accounts\.google\.com.*”
    	}    
	]
}

The Regex_Social_Login_Opening_Method parameter accepts two values “webview” and “popup”, the correct value depends on your implementation. We’d suggest testing both values to see which one better accomodates your implementation of the Google login.

The “Regex”parameter should match the URL that is opened when your Google login button is clicked.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *