October 2020
Beginner to intermediate
560 pages
14h 52m
English
This chapter covers
An overview of OAuth 2
An introduction to implementing the OAuth 2 specification
Building an OAuth 2 app that uses single sign-on
If you already work with OAuth 2, I know what you’re thinking: the OAuth 2 framework is a vast subject that could take an entire book to cover. And I can’t argue with that, but in four chapters, you’ll learn everything you need to know about applying OAuth 2 with Spring Security. We’ll start this chapter with an overview, where you’ll discover that the main actors in the OAuth 2 framework are the user, the client, the resource server, and the authorization server. After the general introduction, you’ll learn how to use Spring Security to implement the client. ...
Read now
Unlock full access