mirror of
https://github.com/netbirdio/docs.git
synced 2026-05-03 15:56:36 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user