First time here? Check out the FAQ!
1

why does openid application keeps asking me to login?

Hi Installed askbot, and everything works fine, except login with the openid application. When I click for example on the Google icon it keeps redirecting me to create a new user instead to the "https://accounts.google.com/ServiceLogin?..." .

In the command line where I started the server I see:

Error attempting to use stored discovery information: <openid.consumer.consumer.TypeURIMismatch: Required type http://specs.openid.net/auth/2.0/signon not found in ['http://specs.openid.net/auth/2.0/server', 
'http://openid.net/srv/ax/1.0', 'http://specs.openid.net/extensions/ui/1.0/mode/popup', 'http://specs.openid.net/extensions/ui/1.0/icon',
'http://specs.openid.net/extensions/pape/1.0'] for endpoint <openid.consumer.discover.OpenIDServiceEndpoint server_url='https://www.google.com/accounts/o8/ud' claimed_id=None local_id=None canonicalID=None used_yadis=True

Can someone redirect me please ?

ozn's avatar
11
ozn
asked 2012-11-20 05:50:26 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2012-11-20 09:10:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Is this really a problem? After your authentication with the openid provider is successful (you might not even know about it) - you are redirected to the internal registration page. If you log out and attempt to log in again - you should just log in. Do you see something different?

Evgeny's avatar Evgeny (2012-11-20 09:12:19 -0500) edit
add a comment see more comments

1 Answer

0

I logged into the django admin with my regular admin and password, and erased the user association with openid. That solved the problem...

ozn's avatar
11
ozn
answered 2012-11-20 05:56:21 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments