Nevermind, I found the correct download page in a previous topic.
Type: Posts; User: TomTruyens; Keyword(s):
Nevermind, I found the correct download page in a previous topic.
Where can I find this version (using maven)?
The link on http://static.springsource.org/spring-security/oauth/downloads.html doesn't work.
I'm using the codehaus version
...
Thanks for the reply.
The method is definitely there :)
In the source code:
Map<String, String> oauthParameters = parseOAuthParameters(request);
if (oauthParameters != null) {
...
}
Hello,
I'm trying to use the oauth 2.0 spring sec impl for a small project using a javascript client and a http rest service.
The goal is to let the user authenticate with his username and...