Ok, resolved it by first going through a secured controller, and then redirect to the authorisation part. :)
Type: Posts; User: bavinmi; Keyword(s):
Ok, resolved it by first going through a secured controller, and then redirect to the authorisation part. :)
Hi,
I've just implemented my 3 legged OAuth provider in Grails and can successfully obtain access tokens. The only problem is that when a User authorizes the consumer app, my provider doesn't...