Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

Commit

Permalink
Update the Startup.cs to have a placeholder for external auth
Browse files Browse the repository at this point in the history
Fixes #540
  • Loading branch information
phenning committed May 11, 2016
1 parent 373bde2 commit 22d7683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rules/StarterWeb/AI/IndividualAuth/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF

app.UseIdentity();

// To configure external authentication please see http://go.microsoft.com/fwlink/?LinkID=532715
// Add external authentication middleware below. To configure them please see http://go.microsoft.com/fwlink/?LinkID=532715

app.UseMvc(routes =>
{
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/StarterWeb/IndividualAuth/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF

app.UseIdentity();

// To configure external authentication please see http://go.microsoft.com/fwlink/?LinkID=532715
// Add external authentication middleware below. To configure them please see http://go.microsoft.com/fwlink/?LinkID=532715

app.UseMvc(routes =>
{
Expand Down

0 comments on commit 22d7683

Please sign in to comment.