Join Slack
Powered by
i am trying to implement a simple google login in ...
# questions
k
kofhearts
11/15/2024, 5:28 AM
i am trying to implement a simple google login in our web application and i am getting 400 error when posting to token url
Copy code
<https://oauth2.googleapis.com/token>
j
James Fredley
11/15/2024, 2:37 PM
I am using
https://mvnrepository.com/artifact/com.github.scribejava/scribejava-apis/8.3.3
in my controller.
James Fredley
11/15/2024, 3:11 PM
I believe
https://github.com/grails-plugins/grails-spring-security-oauth2-google/blob/master[…]/plugin/springsecurity/oauth2/google/GoogleOAuth2Service.groovy
was the initial example I followed, but it has been many years, so I am not 100% sure.
Open in Slack
Previous
Next