From 6bd7c3831f659061160b104ae8be9ed723b468ac Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Tue, 5 Aug 2025 21:13:07 +0200 Subject: [PATCH] enable azure ad authenticator by default (#7043) --- awx/sso/utils/azure_ad_migrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/sso/utils/azure_ad_migrator.py b/awx/sso/utils/azure_ad_migrator.py index 723fece89e..90e90b5091 100644 --- a/awx/sso/utils/azure_ad_migrator.py +++ b/awx/sso/utils/azure_ad_migrator.py @@ -56,7 +56,7 @@ class AzureADMigrator(BaseAuthenticatorMigrator): "name": authenticator_name, "slug": authenticator_slug, "type": "ansible_base.authentication.authenticator_plugins.azuread", - "enabled": False, + "enabled": True, "create_objects": True, "remove_users": False, "configuration": {