You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,3 +33,6 @@ UPDATE feature_flags SET enabled = true WHERE key = 'updated_posture_page';
-- Fix users in bad state due to sso bug
DELETEFROM auth_secrets WHERE id IN (SELECTauth_secrets.idFROM auth_secrets JOIN users ONusers.id=auth_secrets.user_idWHEREusers.sso_provider_idIS NOT NULL);
-- Set the `oidc_support` feature flag to true
UPDATE feature_flags SET enabled = true WHERE key ='oidc_support';