Fading Coder

An Old Coder’s Final Dance

Configuring and Validating Resource IDs in Spring Security OAuth2

What a Resource ID Represents In the classic Spring Security OAuth2 setup, the system is split into two roles: the Authorization Server (issues tokens) and the Resource Server (hosts protected APIs). Each Resource Server can expose a logical resource identifier (resource_id). Clients can be granted...