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.
This topic has been closed for comments
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.
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 username or e-mail address. We'll send you an e-mail with instructions to reset your password.