.net core - What is the relationship between OpenId Connect and IdentityServer and Identity? -


i confused aspnetcore identity,openid connect , identityserver4. relationship between them,and suitable occasion each of them?

  • openid connect specification (an authentication protocol).
  • identityserver4 implementation of openid connect provider (server-side)
  • asp.net core identity user-management library (over database). can used asp.net core application create users, verify password etc.

openid connect providers using identityserver4 asp.net core applications, can use asp.net core identity authenticate users on login page.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -