Hi again,
The sso authentication works fine while in 'development' but not in
'production'.
if I use in my .cfg, the line:
server.environment="development"
it works.
but if I use in my .cfg, the line:
server.environment="production"
it doesn't work
Any idea?
thanks.
j
On 9 Nov, 10:08, jo <[email protected]> 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 thesso
> > 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.