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