Remove 'Controller' from name (#7077)

This commit is contained in:
Andrew Potozniak
2025-08-29 10:22:04 -04:00
committed by thedoubl3j
parent d8737435fa
commit d96727c3bd

View File

@@ -46,7 +46,7 @@ class AzureADMigrator(BaseAuthenticatorMigrator):
category = 'AzureAD'
# Generate authenticator name and slug
authenticator_name = "Controller Azure AD"
authenticator_name = "Azure AD"
authenticator_slug = self._generate_authenticator_slug("azure_ad", category)
return [