Reputation: 1625
We are a Relying Party which currently uses OAuth 1.0. We're looking to develop endpoints for OpenID and OpenID Connect. My question is: If we develop a single endpoint for OpenID Connect, will it be compatible with OpenID, or the other way around?
The reason we need both is because we have Identity Providers that use each of these.
Thanks!
Upvotes: 1
Views: 100
Reputation: 53928
No, OpenID Connect is not backwards compatible with OpenID 2.0. In fact OpenID 2.0 is deprecated.
Upvotes: 1