Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down