I have enabled google social login for my keycloak instance, but I need to use it as a rest service.
Is there endpoint that can be used to do this?
I have enabled google social login for my keycloak instance, but I need to use it as a rest service.
Is there endpoint that can be used to do this?
There is no Google authentication API in the Keycloak but you can solve it with Token Exchanging.
You need first authenticate with Google API and get an external token,