Skip to content

Commit 292c59a

Browse files
Merge pull request #92607 from sammychinedu2ky/main
removed the home route
2 parents c237007 + 10eb55c commit 292c59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/signalr-concept-authenticate-oauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To complete this tutorial, you must have the following prerequisites:
5757
| Setting Name | Suggested Value | Description |
5858
| ------------ | --------------- | ----------- |
5959
| Application name | *Azure SignalR Chat* | The GitHub user should be able to recognize and trust the app they are authenticating with. |
60-
| Homepage URL | `http://localhost:5000/home` | |
60+
| Homepage URL | `http://localhost:5000` | |
6161
| Application description | *A chat room sample using the Azure SignalR Service with GitHub authentication* | A useful description of the application that will help your application users understand the context of the authentication being used. |
6262
| Authorization callback URL | `http://localhost:5000/signin-github` | This setting is the most important setting for your OAuth application. It's the callback URL that GitHub returns the user to after successful authentication. In this tutorial, you must use the default callback URL for the *AspNet.Security.OAuth.GitHub* package, */signin-github*. |
6363

@@ -547,7 +547,7 @@ The last thing you need to do is update the **Homepage URL** and **Authorization
547547
548548
| Setting | Example |
549549
| ------- | ------- |
550-
| Homepage URL | `https://signalrtestwebapp22665120.azurewebsites.net/home` |
550+
| Homepage URL | `https://signalrtestwebapp22665120.azurewebsites.net` |
551551
| Authorization callback URL | `https://signalrtestwebapp22665120.azurewebsites.net/signin-github` |
552552
553553
3. Navigate to your web app URL and test the application.

0 commit comments

Comments
 (0)