您的位置:首页 > 编程语言 > ASP

ASP.NET Core 集成 IdentityServer4 实现 OAuth 2.0 服务

2016-12-29 15:43 1421 查看
最近的关注点在 ABP 上,期间有很多朋友问了相关的 IdentityServer 集成 OAuth2.0 的一些问题,之前也介绍了很多 OAuth2.0 相关的问题,但是运用到实际的环境中难免会有一些情况没有考虑全 , 这里我打算重新再总结整理一下 。

OpenID 和 OAuth2 有什么区别与使用场景
https://leastprivilege.com/2016/01/17/which-openid-connectoauth-2-o-flow-is-the-right-one/
集成
http://docs.identityserver.io/en/release/quickstarts/8_entity_framework.html https://identityserver4.readthedocs.io/en/release/reference/ef.html http://blog.stoverud.no/posts/identity-server-with-mongodb/ https://github.com/ddrsql/IdentityServer4.Admin https://github.com/alanmacgowan/IdentityServerManager
重写接口

IdentityServer 4 has changed and replaced IUserService with IResourceOwnerPasswordValidator and IProfileService
https://stackoverflow.com/questions/35304038/identityserver4-register-userservice-and-get-users-from-database-in-asp-net-core
证书
http://www.cnblogs.com/skig/p/6079457.html
负载
http://www.cnblogs.com/xishuai/p/identityserver4-slb.html http://www.tugberkugurlu.com/archive/asp-net-core-authentication-in-a-load-balanced-environment-with-haproxy-and-redis
OpenID Connect
https://github.com/jessetalk/aspnet-core-in-practise/blob/master/chapter1.md http://www.cnblogs.com/RainingNight/p/oidc-authentication-in-asp-net-core.html
REFER:
https://media.readthedocs.org/pdf/identityserver4/release/identityserver4.pdf https://github.com/ory/hydra https://github.com/Microsoft/api-guidelines https://github.com/dotnet-architecture/eShopOnContainers
https://github.com/IdentityServer/IdentityServer4
http://docs.identityserver.io/en/release/index.html http://www.cnblogs.com/skig/p/AspNetCoreAuthCode.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐