Custom Query (2152 matches)
Results (1105 - 1107 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#562 | fixed | OpenID Login fails using Yahoo and Google | pudo | |
Description |
reported by LOD folks. subsidary bug: error messages from OpenID providers are not shown on the form return page. |
|||
#1830 | fixed | OpenID disablable | dread | dread |
Description |
Allow OpenID to be disabled as a login option. Currently (CKAN 1.6) there is a config option openid_enabled which stops the login option being displayed, but:
|
|||
#940 | wontfix | OpenID login via google for same user generates 2 different openid urls | pudo | rgrp |
Description |
This has been noted twice in the last couple of weeks. Checking around my guess is this is due to someone logging in to www.ckan.net and ckan.net. Google generates openid based on the RP (requesting party) which is the requesting domain url unless the openid.realm is set. See:
To fix this we should set the openid.realm (not sure how atm). If this is not possible an alternative is to make sure we redirect all users to a single site url (perhaps using ckan config option site_url, or doing this in apache). Cost: 1h |