purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

The supplied nonce could not be found! #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Get firegss source code
2.Modify js files so that it can connect to my pithos server and build clients
3.Try to login

What is the expected output? What do you see instead?
Succesfull login. Instead I see response: The supplied nonce could not be found!

What version of the product are you using? On what operating system?
I am using gss built from todays source, on centos 5 64bit.

Please provide any additional information below.

Original issue reported on code.google.com by ngara...@gmail.com on 10 Nov 2010 at 1:34

GoogleCodeExporter commented 8 years ago
Problem is that we currently protect http://host/pithos with shibboleth, and 
since nonce is inside protected area, nonce was not working correctly. Now I 
changed configuration and now we protect http://host/pithos/login, so nonce can 
work. Desktop clients can now login fine.

Can you advise me what else should I protect with shibboleth other than 
http://host/pithos/login ?

Regards,
Nikola

Original comment by ngara...@gmail.com on 10 Nov 2010 at 3:05

GoogleCodeExporter commented 8 years ago
If protecting http://host/pithos/login location is enough for normal pithos 
operation, then you can close this issue, since I resolved nonce issue by 
setting shibboleth protected location to http://host/pithos/login.

Regards,
Nikola

Original comment by ngara...@gmail.com on 16 Nov 2010 at 6:10

GoogleCodeExporter commented 8 years ago
I think that protecting http://host/pithos/login is enough, so I am closing 
this.

Original comment by chstath on 17 Nov 2010 at 9:34