- 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.
- Java程序設計(慕課版)
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- AIRAndroid應用開發實戰
- 物聯網系統開發:從0到1構建IoT平臺(第2版)
- HDInsight Essentials(Second Edition)
- Elasticsearch for Hadoop
- 劍指MySQL:架構、調優與運維
- JavaScript程序設計(第2版)
- 創意UI:Photoshop玩轉APP設計
- Elasticsearch Essentials
- SQL Server 2008中文版項目教程(第3版)
- Clojure High Performance Programming(Second Edition)
- Swift High Performance
- Java核心編程
- Beginning PHP