Closed mumarm45 closed 9 years ago
Hi there,
I had a similar error once. It turned out that my version of the oauth plugin was too old. In my case it was the "xing" provider that required at least oauth version 2.3.
Not sure which version you use but try again with a newer I'd suggest.
Thanks For Reply Hi, My this issues has been resolved now error is something else For Example If i click on the Login with google , it doesn't redirect to the google page. it remains on my application
Can you show me the link for your login page? It sounds like you're missing the provider="" attribute.
I have Configure like this oauth { providers { facebook { provider = org.scribe.builder.api.FacebookApi key = 'zuckerberg' secret = 'brothers' callback = "${grails.serverURL}/auth/callback" successUri = "/oauth/OnSuccess?provider=facebook" failureUri = "${grails.serverURL}/auth/unauthorized" }
} and having error Class: uk.co.desirableobjects.oauth.scribe.exception.InvalidOauthProviderException Message [:] is not a Class