Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updates docs to reflect latest changes on Azure Entra ID #212

Merged
merged 1 commit into from
Oct 15, 2024
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
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.