Skip to content

Commit ef49c94

Browse files
Update AUTHENTICATION.md
markdown fix
1 parent 57aff8c commit ef49c94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

documentation/AUTHENTICATION.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88

99
Simply switch on the Microsoft Entra ID option for your App Service on the AZD config [here](../infra/main.bicep) using variable `useEntraIDAuthentication`.
1010

11-
> **Note** - Mind the differences of your webapp auth config-version. You may check via
11+
> [!NOTE]
12+
> Mind the differences of your webapp auth config-version. You may check via
13+
>
1214
> `az webapp auth config-version show --name <app-name> --resource-group <rg name>`
15+
>
1316
> The default is v1. Above mentioned switch activates v2 during bicep deployment. Latest Entra ID authentication requires v2. Note that the Azure portal authentication provider add-experience also creates v2 configuration. [Learn more about upgrading from v1 to v2](https://learn.microsoft.com/cli/azure/webapp/auth/config-version?view=azure-cli-latest#az-webapp-auth-config-version-upgrade)
1417
>
1518
> [Learn more about retrieving tokens](https://learn.microsoft.com/azure/app-service/configure-authentication-oauth-tokens#retrieve-tokens-in-app-code)

0 commit comments

Comments
 (0)