Chapter 1
Spring Security Setup

Section 3
Authorization – URL
Secure an entire URL tree with some custom authorities, define these authorities for some of the predefined users, and show how the operation can now be performed by these users. - Use Authentication by a full URL to secure the /admin urls - Configure the pre-existing users with correct authority to access these URLs - Show how to consume the secured application with and without this role