Auth: adds missing default in [auth.azuread] `skip_org_role_sync` config (#70690)

adds default false skip org role sync
pull/70197/head^2
Eric Leijonmarck 2 years ago committed by GitHub
parent 4c4bd69eb6
commit e313db386a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      conf/defaults.ini

@ -689,6 +689,7 @@ tls_client_cert =
tls_client_key =
tls_client_ca =
use_pkce = true
skip_org_role_sync = false
#################################### Okta OAuth #######################
[auth.okta]

Loading…
Cancel
Save