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

adds default false skip org role sync
This commit is contained in:
Eric Leijonmarck 2023-06-26 15:54:32 +01:00 committed by GitHub
parent 4c4bd69eb6
commit e313db386a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]