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 f1c79e7 commit d1e521c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 @@ -72,4 +72,4 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
});
}
}
}
}

0 comments on commit d1e521c

Please sign in to comment.