- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 231字
- 2021-07-08 09:35:06
Introduction
Nowadays we have scenarios which demand that applications interact with a large number of services and also provide services by themselves distributed as APIs throughout the network. Despite this, it's common to allow users of our applications to grant permissions to third-party applications, where OAuth 2.0 has proven to be a good option.
In this chapter, you will learn how to create, configure, and distribute an OAuth 2.0 Provider covering distinct scenarios using all the grant types described by the OAuth 2.0 specification, as well as how to use different access token management strategies through relational databases and Redis (a NoSQL database). All the recipes in this chapter will be implemented using Spring Security OAuth2, which at the time of writing this book, was at the 2.2.0.RELEASE version (check the official documentation for Spring Security OAuth2 at http://projects.spring.io/spring-security-oauth/docs/oauth2.html). It's important learning how to configure your own OAuth 2.0 Provider because of the large number of integrations being done among applications nowadays. Additionally, by reading this chapter, you will be able to apply all the OAuth 2.0 details from specifications practically through the usage of Spring Security OAuth2.
- 大學計算機基礎(第二版)
- Java EE 6 企業級應用開發教程
- Learning Spring 5.0
- SQL語言從入門到精通
- R語言數據可視化實戰
- Raspberry Pi 2 Server Essentials
- 編譯系統透視:圖解編譯原理
- Learning Three.js:The JavaScript 3D Library for WebGL
- 從零開始學C#
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Raspberry Pi Robotic Projects(Third Edition)
- Django實戰:Python Web典型模塊與項目開發
- JavaScript+jQuery網頁特效設計任務驅動教程
- Clojure High Performance Programming(Second Edition)
- 軟件測試技術