Skip to content

Commit

Permalink
Minor Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Apr 18, 2024
1 parent ba33e36 commit e61a2a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IdentityServer/v7/DPoP/ClientCredentials/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public static IHostBuilder CreateHostBuilder(string[] args)
client.TokenEndpoint = "https://localhost:5001/connect/token";
client.ClientId = "dpop";
//client.ClientId = "dpop.nonce";
client.ClientSecret = "905e4892-7610-44cb-a122-6209b38c882f";
client.Scope = "scope1";
Expand Down

0 comments on commit e61a2a4

Please sign in to comment.