Skip to content

Commit

Permalink
Add config to disable custom authentication feature in IS
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenali-SJ committed Jan 22, 2025
1 parent 368134f commit 4c83b91
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,9 @@
],
"console.identity_providers.scopes.update": ["internal_idp_update"],
"console.identity_providers.scopes.delete": ["internal_idp_delete"],
"console.identity_providers.disabled_features": [
"identityProviders.customAuthentication"
],
"console.identity_provider_groups.enabled": true,
"console.identity_verification_providers.enabled": true,
"console.identity_verification_providers.scopes.feature": ["console:idvps"],
Expand Down

0 comments on commit 4c83b91

Please sign in to comment.