Implementing OAuth 2.0 and OpenId Connect provider using IdentityServer3 with existing login server and membership provider
问题 I know that IdentityServer3 provides the whole stack of implementing OAuth 2.0, OpenId Conect etc. I don't know if I should use IdentityServer3. Because I have my own login server which authenticates the user using a membership provider which is already available. Can I integrate my already available login mechanism with IdentityServer3 and implement OAuth 2.0? Any suggestion will be highly appreciated. 回答1: Moving the membership part to identityserver is easy. If you want to keep the whole