spring-boot-security-oauth2-google
spring-boot-security-oauth2-google copied to clipboard
Microservice using OAuth 2.0 and OpenID Connect to authenticate into Google and get information to a user.
In class OAuthSecurityConfig, below three variables are not initialized and throwing errors: private final OAuth2ClientContext oauth2ClientContext; private final AuthorizationCodeResourceDetails authorizationCodeResourceDetails; private final ResourceServerProperties resourceServerProperties; => The blank final field oauth2ClientContext...
how can we upgrade it to work with Springboot 2.1.3 version?
Hi, I tried to run your code and it runs great. However when I copy the **application.yml** and **OAuthSecurityConfig** into my existing app. I get following exception: Any idea? ```...