Vitaly
Vitaly

Reputation:

How to make dotnetopenid work with AOL

The library does not work with AOL (Google and Yahoo are OK). AOL uses openid version 1.0 and I think it is due to this. I have tried extremeswank - works with AOL - no problems, and sreg works with AOL too.

I am using the latiest version 3.2.0.9177 of dotnetopenid.

You may check code and configuration at 'sreg Yahoo problems'

May you please check support for version OpenID 1.0 ?

Thank you Bye

Vitaly

Upvotes: 1

Views: 328

Answers (2)

Vitaly
Vitaly

Reputation:

I have tried http://samples.dotnetopenauth.net/v3.2/OpenIdRelyingPartyWebForms/ with your ID: "http://openid.aol.com/webmyway"

It reports Login failed: No OpenID endpoint found.

Thank you Bye

Vitaly

Upvotes: 0

Andrew Arnott
Andrew Arnott

Reputation: 81801

You are correct: AOL does only support OpenID 1.1 currently.

DotNetOpenAuth fully supports OpenID 1.1 RPs and OPs. AOL included. I just tried the DotNetOpenAuth demo RP and logged in successfully with my http://openid.aol.com/webmyway OpenID.

If it still doesn't work for you, can you please include repro steps that demonstrate the broken behavior, and explain what doesn't work?

Upvotes: 1

Related Questions