|
|
|
|
|
by detaro
2901 days ago
|
|
Ok, so you confirm that while the standards theoretically exist, OpenID Connect doesn't provide those features from OpenID in practice (where they did make sense for some reason?) You don't need trust to the domain if you just want "an identity" to recognize a user, which is the use case for many services: basically as soon as you allow e-mail + password sign-up, that's the only thing you get. OpenID did the same. Delegation is helpful exactly because it is somewhat difficult to implement OAuth nicely. OpenID did the same. Which I guess answers the original question of "why not OpenID Connect" with "because nobody in that ecosystem cares about those features, even if someone at some point wrote down how they can work". |
|
If you want people to register with anything, then just let them register with an arbitrary username and password. You don't even need an email or a domain.