Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update Startup.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jul 2, 2020
1 parent d1e521c commit 0c05323
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void ConfigureServices(IServiceCollection services)
options.SaveTokens = true;
options.Authority = "https://demo.identityserver.io/";
options.ClientId = "native.code";
options.ClientId = "interactive.confidential";
options.ClientSecret = "secret";
options.ResponseType = "code";
Expand Down Expand Up @@ -127,4 +127,4 @@ private void InitializeDatabase(IApplicationBuilder app)
}
}
}
}
}

0 comments on commit 0c05323

Please sign in to comment.