Custom Query (2152 matches)
Results (1045 - 1047 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1662 | wontfix | OpenID not compatible with mounting CKAN at non-root URL | dread | |
Description |
Mounting CKAN at a non-root URL was made to work properly here: #1659 Unfortunately OpenID doesn't play nicely and would require some work to get working. |
|||
#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 |
|||
#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:
|