>
> How can I authenticate user against external SSO in pyramid app? Pyramid
> docs search gave nothing when I tried with "single sign-on" or "SSO".
>

Single Sign On is (just) a technical concept.
How it is actually implemented depends on your SSO provider (encryption,
keys, format, ...).  So first of all
you should ask them for technical details.
And make sure it is not OpenAuth or OpenID; unlike SSO in general there are
a few python client libs ready to use.

However it is about handling cookies you can use pyramids
`pyramid.authentication.AuthTktAuthenticationPolicy`
as a starting point and build your own authentication policy.

There are a few examples in the cookbook:

http://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/auth/index.html

Arndt.


----------------------------------------------------------------------------------------------
Arndt Droullier, Nive GmbH, Köln, Germany

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to