hi <@!694927656805859499>, for the providers that ...
# support-questions-legacy
b
hi @User, for the providers that allow for more query params in authorisation URL like Google, you can pass them as key-value pair in the provider's config. For example, when passing config for Google like clientId, clientSecret, etc., you can also set
authorisationRedirect: { params: { hd: "*", ...} }
. These params will be added to the query string of the authorisation URL. You can check the config type of Google here: https://github.com/supertokens/supertokens-node/blob/master/lib/ts/recipe/thirdparty/providers/google.ts#L20