Skip to content

Commit

Permalink
docs: updates docs to reflect latest changes on Azure Entra ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dansmachina authored and JonasKs committed Oct 15, 2024
1 parent 4914ca7 commit 6cba74a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/docs/b2c/azure_setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Press **Register**
### Step 2 - Verify token version is `v2`

First we'll verify that the token version is version 2. In the left menu bar, click `Manifest` and find the line
that says `accessTokenAcceptedVersion`. Verify that the value is `2`.
that says `requestedAccessTokenVersion`. Verify that the value is `2`.

Press **Save**

Expand Down Expand Up @@ -114,7 +114,7 @@ Press **Register**
### Step 2 - Change token version to `v2`

Like last time, we'll verify the token version is set to version 2. In the left menu bar, click `Manifest` and find the line
that says `accessTokenAcceptedVersion`. Verify the value is `2`.
that says `requestedAccessTokenVersion`. Verify the value is `2`.

Press **Save**

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/multi-tenant/azure_setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Press **Register**
### Step 2 - Change token version to `v2`

First we'll change the token version to version 2. In the left menu bar, click `Manifest` and find the line
that says `accessTokenAcceptedVersion`. Change its value from `null` to `2`.
that says `requestedAccessTokenVersion`. Change its value from `null` to `2`.

![2_manifest](../../static/img/single-tenant/2_manifest.png)

Expand Down Expand Up @@ -97,7 +97,7 @@ Press **Register**
### Step 2 - Change token version to `v2`

Like last time, we'll change the token version to version 2. In the left menu bar, click `Manifest` and find the line
that says `accessTokenAcceptedVersion`. Change its value from `null` to `2`.
that says `requestedAccessTokenVersion`. Change its value from `null` to `2`.
![3_manifest](../../static/img/single-tenant/2_manifest.png)
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/single-tenant/azure_setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Press **Register**
### Step 2 - Change token version to `v2`

First we'll change the token version to version 2. In the left menu bar, click `Manifest` and find the line
that says `accessTokenAcceptedVersion`. Change its value from `null` to `2`.
that says `requestedAccessTokenVersion`. Change its value from `null` to `2`.

Press **Save**

Expand Down Expand Up @@ -105,7 +105,7 @@ Press **Register**
### Step 2 - Change token version to `v2`
Like last time, we'll change the token version to version 2. In the left menu bar, click `Manifest` and find the line
that says `accessTokenAcceptedVersion`. Change its value from `null` to `2`.
that says `requestedAccessTokenVersion`. Change its value from `null` to `2`.

Press **Save**

Expand Down
Binary file modified docs/static/img/b2c/2_manifest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/multi-tenant/2_manifest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/single-tenant/2_manifest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6cba74a

Please sign in to comment.