Ticket #13743 (new Bug)
OpenID authentication does not work in Plone 4.2.5+ including 4.3
Reported by: | naro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.2 |
Keywords: | openid | Cc: |
Description (last modified by naro) (diff)
Steps to reproduce:
1) create new buildout based on http://dist.plone.org/release/4.2.5/versions.cfg with no additional packages
2) Create new plone site with OpenID Authentication Support package activated
3) visit the site and try to login using OpenID eg. https://www.google.com/accounts/o8/id The login process seems to be fine, without any error, but user is still not logged in. The same procedure with Plone 4.2.4- works fine.
The problem is Products.PluggableAuthService 1.10.0 used in 4.2.5+. Plone 4.2.4 uses Products.PluggableAuthService 1.9.0 and it works fine with plone.openid.
Note: See
TracTickets for help on using
tickets.