Skip to main content

Python SSO Problem


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. 



Did this topic help you find an answer to your question?
This topic has been closed for comments

2 replies

  • Contributor
  • 8 replies
  • September 6, 2013

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.