Skip to content

Commit 36dcabf

Browse files
Update src/ServiceControl/App.config
Co-authored-by: Warwick Schroeder <[email protected]>
1 parent af180a2 commit 36dcabf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceControl/App.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ These settings are only here so that we can debug ServiceControl while developin
3131
<!-- Authentication Settings (JWT with OpenID Connect) -->
3232
<!-- Uncomment and configure to enable authentication -->
3333
<!-- Leaving 'Authentication.Enabled' commented out defaults authentication to 'false'-->
34-
<add key="ServiceControl/Authentication.Enabled" value="true" />
35-
<add key="ServiceControl/Authentication.Authority" value="https://login.microsoftonline.com/bf54c0f1-b0c5-406c-9d9a-013ab0361764" />
36-
<add key="ServiceControl/Authentication.Audience" value="api://78726835-cedc-4ec1-b452-6b8983d31495" />
34+
<!-- <add key="ServiceControl/Authentication.Enabled" value="false" />
35+
<add key="ServiceControl/Authentication.Authority" value="" />
36+
<add key="ServiceControl/Authentication.Audience" value="" /> -->
3737
<!-- Optional Authentication Settings (defaults shown) -->
3838
<!--<add key="ServiceControl/Authentication.ValidateIssuer" value="true" />
3939
<add key="ServiceControl/Authentication.ValidateAudience" value="true" />

0 commit comments

Comments
 (0)