Hi again,

The sso federate identity works fine when in development but it doesn't work in production.

In other words it works only if my .cfg has this line:

           server.environment="development"

but it doesn;t work if I change it to:

       server.environment="production"

any idea?
thanks
j


jo wrote:
Yes. It works  perfectly.  :-)
Thanks a lot, Christoph.
j

Christoph Zwerschke wrote:
Am 08.11.2011 15:59, schrieb jo:
But I think this case is a little bit different because I have to
get authentication without show login.kid unless the authentication
fail.

Ah, ok. How do you authorize your users? Are they already in the database together with their groups and permission? Then in the sso login controller you only need to fetch that user from the database and call SqlAlchemyIdentity(identity.current.visit_key, user) to connect that user it with the current visit.

-- Christoph



--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to