Disabled Google SSO

Hi,

I have a self-hosted sentry.
Is there a possibility to disable the Google SSO from the config files? I am currently restoring a backup under a new domain, and the existing setup is using Google SSO, but as the domains doesn’t match anymore the callback-url from Google keeps me logging in to the old instance.

I would like to disable the SSO for now, simple to log in with my already created admin user, but haven’t found a way to do this yet.

Best
Tomas

I ended up updating my /etc/hosts with the old domain pointing to the new IP, that way the SSO was working on the new installation too.

It’s not that nice, but I could move on with my work. And as the new setup will live on the same domain as the old, after migration I can accept the workaround.