You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/AUTHENTICATION.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,11 @@
8
8
9
9
Simply switch on the Microsoft Entra ID option for your App Service on the AZD config [here](../infra/main.bicep) using variable `useEntraIDAuthentication`.
10
10
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
> 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)
14
17
>
15
18
> [Learn more about retrieving tokens](https://learn.microsoft.com/azure/app-service/configure-authentication-oauth-tokens#retrieve-tokens-in-app-code)
0 commit comments