Hi
I’m trying to get the refresh token from Google OAuth. By default, query string ‘acces_type’ is set to 'online.
I have already tried to add it like a custom scope, but google doesn’t support it
Also, I have made it to work by making a new custom provider, setting all the properties of google manually and setting a “Forwarded Query Parameters” with access_type, instead of using the one provided by Keycloak. My problem is that my appllication is currently productive and I prefer not to change the provider completely
So… Is there a way to add custom query parameters to the identity provider page from the google solution provided by keycloak?
Thanks