We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ddc83 commit 0338627Copy full SHA for 0338627
MyApp/Web.config
@@ -8,7 +8,7 @@
8
<appSettings>
9
<add key="DebugMode" value="true" />
10
11
- <!-- OAuth Dev Apps configured for http://localhost:5000/ -->
+ <!-- OAuth Dev Apps configured to use port 5000 -->
12
<add key="oauth.RedirectUrl" value="http://localhost:5000/" />
13
<!-- Should match with OAuth2's App Callback URL -->
14
<add key="oauth.CallbackUrl" value="http://localhost:5000/auth/{0}" />
0 commit comments