Here is the python SSO script by one of our customers. The user has multiple products and the SSO isn't working for one of the products, though the script seems correct. Please do help us on this.
Page 1 / 1
Just a guess but this line looks like it ought to have the parameters run through urlencode() first.
redirect_to += "?name=%s&email=%s&hash=%s" % \
(name, email, hsh)
Hi Rob,
Thanks for a perfectly sensible suggestion, I've added this fix. Unfortunately it didn't help. What puzzles me is that i have a multiple-product setup and this script works fine for primary portal while the additional product portal (with this same script) doesn't authenticate users.
Join the Community
Already have an account? Login.
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.