As of version 8.0 the SSO feature is enabled by default in Sentry. That said it can be disabled with a feature switch in your sentry.conf.py: from sentry.conf.server import * # turn SSO on our off ...