October 2020
Beginner to intermediate
560 pages
14h 52m
English
This chapter covers
Configuring Keycloak as an authorization server for OAuth 2
Using global method security in an OAuth 2 resource server
In chapters 12 through 15, we discussed in detail how an OAuth 2 system works and how you implement one with Spring Security. We then changed the subject and in chapters 16 and 17, you learned how to apply authorization rules at any layer of your application using global method security. In this chapter, we’ll combine these two essential subjects and apply global method security within an OAuth 2 resource server.
Besides defining authorization rules at different layers of our resource server implementation, you’ll also learn how to use a tool named Keycloak as the ...
Read now
Unlock full access