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 <ashleyamo982@gmail.com>
This commit is contained in:
Ucheagwu Onyike
2026-04-21 14:58:16 +01:00
committed by GitHub
parent 357c431103
commit 2eb656db6b
2 changed files with 3 additions and 3 deletions

View File

@@ -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