Skip to content

Fixed Readmes #361

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

Merged
merged 1 commit into from
Sep 11, 2020
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
2 changes: 1 addition & 1 deletion 1-WebApp-OIDC/1-1-MyOrg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ As a first step you'll need to:
- `https://localhost:44321/signin-oidc`
- In the **Advanced settings** section set **Logout URL** to `https://localhost:44321/signout-oidc`
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
sign-in the user.
<details open=true>
<summary>Expand/collapse screenshot</summary>
Expand Down
2 changes: 1 addition & 1 deletion 1-WebApp-OIDC/1-3-AnyOrgOrPersonal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ As a first step you'll need to:
- `https://localhost:44321/signin-oidc`
- In the **Advanced settings** section set **Logout URL** to `https://localhost:44321/signout-oidc`
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
sign-in the user.
1. Select **Save**.

Expand Down
2 changes: 1 addition & 1 deletion 1-WebApp-OIDC/1-4-Sovereign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cd "1-WebApp-OIDC\1-4-Sovereign"
1. In the list of pages for the app, select **Authentication**.
- In the **Redirect URIs**, add a redirect URL of type Web and valued `https://localhost:44321/signin-oidc`
- In the **Advanced settings** section set **Logout URL** to `https://localhost:44321/signout-oidc`
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to sign in the user.
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to sign in the user.
- Select **Save**.

> Note that unless the Web App calls a Web API no certificate or secret is needed.
Expand Down
2 changes: 1 addition & 1 deletion 2-WebApp-graph-user/2-2-TokenCache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ As a first step you'll need to:
- `https://localhost:44321/signin-oidc`
- In the **Advanced settings** section set **Logout URL** to `https://localhost:44321/signout-oidc`
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
the [Implicit grant flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
sign-in the user, and call an API.
1. Select **Save**.
1. From the **Certificates & secrets** page, in the **Client secrets** section, choose **New client secret**:
Expand Down
4 changes: 3 additions & 1 deletion 2-WebApp-graph-user/2-3-Multi-Tenant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ As a first step you'll need to:
- `https://localhost:44321/signin-oidc`
- `https://localhost:44321/Onboarding/ProcessCode`
- In the **Advanced settings** section, set **Logout URL** to `https://localhost:44321/signout-oidc`.
- In the **Advanced settings** | **Implicit grant** section, check the **ID tokens** option as the [AspNetCore security middleware](https://github.com/aspnet/AspNetCore/tree/master/src/Security) used in the sample uses the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) by default to get the user info right after sign-in.
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
sign-in the user.

1. Click the **Save** button on top to save the changes.
1. In the app's registration screen, click on the **Certificates & secrets** blade in the left to open the page where we can generate secrets and upload certificates.
Expand Down
2 changes: 1 addition & 1 deletion 4-WebApp-your-API/4-1-MyOrg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ As a first step you'll need to:
- `https://localhost:44321/signin-oidc`
- In the **Advanced settings** section set **Logout URL** to `https://localhost:44321/signout-oidc`
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
the [Implicit grant flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
sign-in the user, and call an API.
1. Select **Save**.
1. From the **Certificates & secrets** page, in the **Client secrets** section, choose **New client secret**:
Expand Down
4 changes: 2 additions & 2 deletions 5-WebApp-AuthZ/5-1-Roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ As a first step you'll need to:
- `https://localhost:44321/`
- `https://localhost:44321/signin-oidc`
- In the **Advanced settings** section, set **Logout URL** to `https://localhost:44321/signout-oidc`.
- In the **Advanced settings** | **Implicit grant** section, check the **ID tokens** option as this sample requires
the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
sign-in the user, and call an API.

1. Click the **Save** button on top to save the changes.
Expand Down
4 changes: 2 additions & 2 deletions 5-WebApp-AuthZ/5-2-Groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ As a first step you'll need to:
- In the **Redirect URIs** section, enter the following redirect URIs.
- `https://localhost:44321/signin-oidc`
- In the **Logout URL** section, set it to `https://localhost:44321/signout-oidc`.
- In the **Implicit grant** section, check the **ID tokens** option as this sample requires
the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
- In the **Advanced settings** | **Implicit grant** section, check **ID tokens** as this sample requires
the [ID Token](https://docs.microsoft.com/azure/active-directory/develop/id-tokens) to be enabled to
sign-in the user, and call an API.

1. Select **Save** to save your changes.
Expand Down