Skip to content

Commit 47eebe2

Browse files
docs: fix proxy provider sample readme (#1759)
Clarifies the supported account types that can be used Updates flow of instructions to align to portal updates Fixes port used launchSettings when running from command line Co-authored-by: Sébastien Levert <[email protected]>
1 parent 4877f5d commit 47eebe2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/proxy-provider-asp-net-core/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"environmentVariables": {
2323
"ASPNETCORE_ENVIRONMENT": "Development"
2424
},
25-
"applicationUrl": "http://localhost:44334"
25+
"applicationUrl": "https://localhost:44334"
2626
}
2727
}
2828
}

samples/proxy-provider-asp-net-core/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@ To use the Microsoft Graph Connect Sample for ASP.NET Core 3.1, you need the fol
5353
5. On the **Register an application** page, specify the following values:
5454

5555
- **Name** = [Desired app name]
56-
- **Supported account types** = [Choose the value that applies to your needs]
56+
- **Supported account types** = [Choose the **Multi-tenant** value that applies to your needs]
5757
- **Redirect URI**
5858
- Type (dropdown) = Web
5959
- Value = `https://localhost:44334/signin-oidc`
6060

6161
> **Note:** Ensure that the Redirect URI value is unique within your domain. This value can be changed at a later time and does not need to point to a hosted URI. If the example URI above is already used please choose a unique value.
62-
63-
1. Under **Advanced settings**, set the value of the **Logout URL** to `https://localhost:44334/Account/SignOut`
64-
2. Copy the **Redirect URI** as you will need it later.
62+
- Copy the **Redirect URI** as you will need it later.
6563

6664
6. Once the app is created, copy the **Application (client) ID** and **Directory (tenant) ID** from the overview page and store it temporarily as you will need both later.
6765

@@ -81,7 +79,9 @@ To use the Microsoft Graph Connect Sample for ASP.NET Core 3.1, you need the fol
8179
> In production apps you should always use certificates as your application secrets, but for this sample we will use a simple shared secret password.
8280
8381
8. Click **Authentication** from the current blade navigation pane.
84-
1. Select 'ID tokens'
82+
1. Configure the **Front-channel logout URL** to `https://localhost:44334/Account/SignOut`
83+
2. Select 'ID tokens' in the **Implicit grant and hybrid flows** section
84+
8585
9. Click **API permissions** from the current blade navigation pane.
8686

8787
1. Click **Add a permission** from the current blade content.

0 commit comments

Comments
 (0)