Engineering Security
Dynamic OAuth Client Configuration using Spring Security
OAuth 2.0 is the industry-standard protocol for authorization or to be precise a specification for issuing access tokens defined in RFC 6749. It focuses on client developer simplicity while providing specific authorization flows for different kinds of applications.For a detail description of the different OAuth 2.0 flows, I recommend reading through Read more…