How to delegate only authentication to google oauth2 and make the spring authorization server generate the access and refresh token?
I’m building a microservice architecture using spring boot. I developed an authServer using spring authorization server and I implemented authorization code flow to get the access and refresh tokens to consume the APIs of the different services (resource server).