Which well-known OpenID providers is a new site expected to support?

后端 未结 1 1921
醉话见心
醉话见心 2021-02-05 17:21

I plan to develop a web application that supports OpenID Connect as a relying party, so that a user of the application can sign up and log in using the identity provider of his

相关标签:
1条回答
  • 2021-02-05 18:05
    1. Best location to check for OpenID connect providers is here: http://openid.net/developers/libraries/ and up-to-date list of certified providers is here: http://openid.net/certification/

    2. If I understood correctly, your use case is totally supported by OpenID Connect.

    3. I recommend that you take look at IdentityServer3: https://github.com/IdentityServer/IdentityServer3 , as I am sure it will answer your requirements. I am using it personally and its great open source project maintained and developed by experts in the security domain.

    Update:

    I am not sure if you really require Dynamic Client Registration, in OIDC your whole application considered as single client/RP. your application clients/users (and set of users per each client of your application) is totally supported by most OIDC providers without requiring Dynamic Client Registration. you would need DCR if your application is umbrella of dynamic portals.

    0 讨论(0)
提交回复
热议问题