- 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.
- 極簡算法史:從數學到機器的故事
- Mastering Visual Studio 2017
- Photoshop智能手機APP UI設計之道
- ASP.NET Core 2 and Vue.js
- Mastering Python High Performance
- SSM輕量級框架應用實戰
- C#程序設計基礎:教程、實驗、習題
- 區塊鏈底層設計Java實戰
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- App Inventor創意趣味編程進階
- 計算機應用基礎案例教程(第二版)
- 三步學Python
- PostGIS Cookbook
- Visual C++.NET(2008)典型案例