Techniques to persist and retrieve client_id in Spring Security’s RequestCache during OAuth redirects
Source: Techniques to persist and retrieve client_id in Spring Security’s RequestCache during OAuth redirects
1. Why RequestCache is the right pocket for client_id
In Spring Security, RequestCache stores the original request that triggered aut...