Add saml domain verification
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
3
pkg/coredata/migrations/20251219T230719Z.sql
Normal file
3
pkg/coredata/migrations/20251219T230719Z.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE UNIQUE INDEX idx_saml_config_domain_verification_token_unique
|
||||
ON auth_saml_configurations(domain_verification_token);
|
||||
|
||||
Reference in New Issue
Block a user