Can anyone provide some information, hints or tutorials that demonstrate how to use Spring Security OAuth with Spring's PreAuthorize feature? Ideally, I would like to link a username used for preauthorization to OAuth credentials.
Asked
Active
Viewed 2,075 times
6
-
Do you talk about Version 1.0 or 2.0? – Markus May 29 '14 at 19:50
-
Is this what you want? http://spring-security-oauth.codehaus.org/tutorial.html and http://www.javacodegeeks.com/2012/02/oauth-with-spring-security.html – Federico Piazza Jun 04 '14 at 23:49
-
Might this link help you:- http://forum.spring.io/forum/spring-projects/security/oauth/115232-oauth2-client-for-single-sign-on-and-pre-authenticaion – Mandar Pandit Jun 26 '14 at 09:27
-
see also: http://stackoverflow.com/questions/33638850/ – yankee Nov 10 '15 at 20:21