docs: Finish renaming AzureAD to Entra ID.

Microsoft has been renaming AzureAD to Entra ID. Though both names still
seem to function, even if unofficially, so this mostly renames to `Entra
ID (AzureAD)` to reference both for clarity.
This commit is contained in:
Mateusz Mandera
2024-12-12 23:45:26 +01:00
committed by Tim Abbott
parent 5787a11b53
commit 81c2c0b328
5 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ authentication providers:
- Google accounts, with `GoogleAuthBackend`
- GitHub accounts, with `GitHubAuthBackend`
- GitLab accounts, with `GitLabAuthBackend`
- Microsoft Azure Active Directory, with `AzureADAuthBackend`
- Microsoft Entra ID (AzureAD), with `AzureADAuthBackend`
Each of these requires one to a handful of lines of configuration in
`settings.py`, as well as a secret in `zulip-secrets.conf`. Details