From 2eb656db6baf2c0f31022a9a6a7d82da71e38cb2 Mon Sep 17 00:00:00 2001 From: Ucheagwu Onyike Date: Tue, 21 Apr 2026 14:58:16 +0100 Subject: [PATCH] docs: rename accessTokenAcceptedVersion to requestedAccessTokenVersion (#370) The Azure AD Graph app manifest format was deprecated in January 2025. The attribute accessTokenAcceptedVersion has been renamed to requestedAccessTokenVersion in the Microsoft Graph manifest format. Co-authored-by: Ashley Mensah --- docs/integrations/identity-providers/self-hosted/azure-ad.md | 2 +- .../managed/advanced/microsoft-entra-id.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/integrations/identity-providers/self-hosted/azure-ad.md b/docs/integrations/identity-providers/self-hosted/azure-ad.md index 8c447351..24f19b69 100644 --- a/docs/integrations/identity-providers/self-hosted/azure-ad.md +++ b/docs/integrations/identity-providers/self-hosted/azure-ad.md @@ -94,7 +94,7 @@ In this step, we will create and configure Netbird application in azure AD. ### 4. Update token version - Click `Manifest` on left menu -- Search for `accessTokenAcceptedVersion` and change the value from `null` to `2` +- Search for `requestedAccessTokenVersion` and change the value from `null` to `2` - Click `Save` ### 5. Generate client secret diff --git a/src/pages/selfhosted/identity-providers/managed/advanced/microsoft-entra-id.mdx b/src/pages/selfhosted/identity-providers/managed/advanced/microsoft-entra-id.mdx index 25d2ea7e..58b19753 100644 --- a/src/pages/selfhosted/identity-providers/managed/advanced/microsoft-entra-id.mdx +++ b/src/pages/selfhosted/identity-providers/managed/advanced/microsoft-entra-id.mdx @@ -110,7 +110,7 @@ If you prefer to have full control over authentication, consider self-hosted alt ### Step 5: Update Token Version 1. Click **Manifest** on the left menu -2. Find `accessTokenAcceptedVersion` and change from `null` to `2` +2. Find `requestedAccessTokenVersion` and change from `null` to `2` 3. Click **Save** ### Step 6: Generate Client Secret @@ -193,7 +193,7 @@ You've configured all required resources in Azure AD. Continue with the [NetBird ### Token validation errors -- Ensure `accessTokenAcceptedVersion` is set to `2` in the manifest +- Ensure `requestedAccessTokenVersion` is set to `2` in the manifest - Verify all scopes are properly configured - Check that admin consent was granted