mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
enable azure ad authenticator by default (#7043)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user