- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 214字
- 2021-07-08 09:35:10
There's more...
This grant type is supposed to be used by applications that do not access resources on behalf of any Resource Owner, but for their own purposes. It has been adopted for the current ecosystem of microservices, because it's easy to rotate access tokens by using refresh tokens and it's also easy to use the dynamic registration process, automating all the process when integrating services. It does not need to be only interactions between microservices, but also include with third-party applications despite the fact of issuing an access token manually for any given client (it depends on the scenario of course, because if you have too much clients it would be impossible to manage client registration manually).
Regarding the fact of many small services talking to each other in such a way that we have many access token validations, it's important to consider the strategy used for token validation because such an approach might be faced by performance issues. Take a look at the final recipe in this chapter to learn how to create a load testing application, using Gatling to measure the response times when validating access tokens.
- Python快樂編程:人工智能深度學習基礎
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Mastering Kotlin
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Python數據分析從0到1
- Cybersecurity Attacks:Red Team Strategies
- Unity 2018 Shaders and Effects Cookbook
- 速學Python:程序設計從入門到進階
- R用戶Python學習指南:數據科學方法
- 零代碼實戰:企業級應用搭建與案例詳解
- TypeScript 2.x By Example
- Python Deep Learning
- Python預測分析實戰
- Learning Cocos2d-JS Game Development