Python SSO Problem

  • 29 August 2013
  • 2 replies
  • 34 views

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

2 replies

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.