- 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.
- Android開發精要
- PyTorch自動駕駛視覺感知算法實戰
- jQuery EasyUI網站開發實戰
- 零基礎學Java(第4版)
- R Data Analysis Cookbook(Second Edition)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- UVM實戰
- Android玩家必備
- Android項目實戰:手機安全衛士開發案例解析
- Learning Apache Cassandra
- Mastering Python Design Patterns
- 大話Java:程序設計從入門到精通
- INSTANT Premium Drupal Themes
- Apache Solr for Indexing Data
- R語言數據分析從入門到實戰