enable azure ad authenticator by default (#7043)

This commit is contained in:
Peter Braun
2025-08-05 21:13:07 +02:00
committed by thedoubl3j
parent 7b56f23c0e
commit 6bd7c3831f

View File

@@ -56,7 +56,7 @@ class AzureADMigrator(BaseAuthenticatorMigrator):
"name": authenticator_name, "name": authenticator_name,
"slug": authenticator_slug, "slug": authenticator_slug,
"type": "ansible_base.authentication.authenticator_plugins.azuread", "type": "ansible_base.authentication.authenticator_plugins.azuread",
"enabled": False, "enabled": True,
"create_objects": True, "create_objects": True,
"remove_users": False, "remove_users": False,
"configuration": { "configuration": {