single sign on - Logging into Plone site with credentials passed through HTTP -
i using plone 4.3.3 , new plone development. here trying achieve:
i have site going redirect plone site. in http url line redirects plone site pass username whereas plone site should automatically log user username in without asking credentials password. not care safety or encryption @ point. how achieve that? (i guess need somehow modify existing login view, how do that?) thanks.
i had same problem , @ end i've developed own pas plugin. i've followed next steps:
- create pas plugin
- implement extractcredentials method following this example
- implement authenticatecredentials method following this example
- add plugin develop section in build.conf.
- start plone , open zope console. go acl_users folder , add plugin pas system
there examples here can use templates.
Comments
Post a Comment