- 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.
- 新編Visual Basic程序設計上機實驗教程
- Learning Real-time Processing with Spark Streaming
- 深度學習經典案例解析:基于MATLAB
- Java 9 Programming Blueprints
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Building a Quadcopter with Arduino
- D3.js By Example
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Android移動開發案例教程:基于Android Studio開發環境
- Django 5企業級Web應用開發實戰(視頻教學版)
- Mastering Concurrency Programming with Java 9(Second Edition)
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- scikit-learn Cookbook(Second Edition)
- Mastering Apache Camel
- Robot Framework Test Automation