- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 158字
- 2021-06-24 19:17:27
Spring Cloud Security
This module is like an extension from Spring Security. However, distributed systems have different requirements for security. Normally, they have central identity management, or the authentication lies with the clients in the case of REST APIs. Normally, in distributed systems, we have microservices, and these services might have more than one instance in the runtime environment whose characteristics make the authentication module slightly different from monolithic applications. The module can be used together with Spring Boot applications and makes the OAuth2 implementation very easy with a couple of annotations and a few configurations. Also, some common patterns are supported, such as single sign-on, token relay, and token exchange.
For the microservice applications based on the Spring Cloud Netflix, it is particularly interesting because it enables downstream authentication to work with a Zuul proxy and offers support from Feign clients. An interceptor is used to fetch tokens.
- 基于粒計算模型的圖像處理
- LabVIEW 2018 虛擬儀器程序設計
- TypeScript入門與實戰(zhàn)
- 小程序?qū)崙?zhàn)視頻課:微信小程序開發(fā)全案精講
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- Python王者歸來
- Serverless架構
- MongoDB權威指南(第3版)
- 持續(xù)輕量級Java EE開發(fā):編寫可測試的代碼
- Java Web開發(fā)實例大全(基礎卷) (軟件工程師開發(fā)大系)
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Learning Node.js for Mobile Application Development
- 區(qū)塊鏈原理、設計與應用
- The Java Workshop
- Unity 游戲案例開發(fā)大全