随笔分类 -  OAuth

摘要:1)是的,获取access token的URL就是由TokenEndpointPath决定的。2)获取access token与Web API没有关系,Web API对应于OAuth中的Resource Server,而获取access token访问的是OAuth中的Authorization S 阅读全文
posted @ 2019-02-12 14:26 ChuckLu 阅读(359) 评论(0) 推荐(0) 编辑
摘要:http://www.tugberkugurlu.com/archive/simple-oauth-server-implementing-a-simple-oauth-server-with-katana-oauth-authorization-server-components-part-1 h 阅读全文
posted @ 2019-02-12 11:39 ChuckLu 阅读(1101) 评论(0) 推荐(0) 编辑
摘要:https://tools.ietf.org/html/rfc6750 1.2. Terminology Bearer Token A security token with the property that any party in possession of the token (a "bea 阅读全文
posted @ 2019-02-11 16:19 ChuckLu 阅读(435) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/KimmyLee/p/6430474.html https://www.cnblogs.com/rocketRobin/p/9077523.html http://bitoftech.net/2015/03/31/asp-net-web-api-cla 阅读全文
posted @ 2019-02-01 18:48 ChuckLu 阅读(592) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-oauth-20-authorization-server The OAuth 2.0 framework enables a third-par 阅读全文
posted @ 2019-02-01 18:34 ChuckLu 阅读(513) 评论(0) 推荐(0) 编辑
摘要:https://www.oauth.com/oauth2-servers/access-tokens/password-grant/ The Password grant is used when the application exchanges the user’s username and p 阅读全文
posted @ 2019-02-01 17:23 ChuckLu 阅读(431) 评论(0) 推荐(0) 编辑
摘要:https://www.oauth.com/oauth2-servers/access-tokens/ Access tokens are the thing that applications use to make API requests on behalf of a user. The ac 阅读全文
posted @ 2019-02-01 17:19 ChuckLu 阅读(262) 评论(0) 推荐(0) 编辑
摘要:What I don't fully understand is the use of ClientId and Secret vs Username and Password. The code I pasted generates a token by username and password 阅读全文
posted @ 2019-02-01 17:08 ChuckLu 阅读(369) 评论(0) 推荐(0) 编辑
摘要:http://blog.geveo.com/OAuth-Implementation-for-WebAPI2 OAuth is an open standard for token based authentication and authorization on internet. In simp 阅读全文
posted @ 2019-02-01 16:42 ChuckLu 阅读(993) 评论(0) 推荐(0) 编辑
摘要:https://datatracker.ietf.org/doc/html/rfc6749#section-4.1 理解OAuth 2.0 - 阮一峰的网络日志 (ruanyifeng.com) https://www.cnblogs.com/chucklu/p/16809736.html 更新:我 阅读全文
posted @ 2019-02-01 14:18 ChuckLu 阅读(375) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示