|
|
|
|
|
by artlogic
3896 days ago
|
|
I've heard vague mentions of OpenIDs fundamental problems, but is there a breakdown somewhere? I've had a hard time finding a detailed technical description of why OpenID failed. I do understand that it confused the hell out of users that they had to login in with a URL, but that seems like branding and education more than a technical flaw. |
|
1. User puts in their email address
2. Website does a lookup on DNS for the email to find an OpenID endpoint (via SRV or TXT or whatever else)
3. If OpenID connector is found, user gets redirected to authenticate
4. If not, generic create account method.