Skip to content

Commit

Permalink
chore: set true to ValidateIssuer
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Apr 25, 2024
1 parent 51605df commit d76047b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/StrDss.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
options.TokenValidationParameters = new TokenValidationParameters
{
ValidateIssuerSigningKey = true,
ValidateIssuer = false,
ValidateAudience = true,
ValidAlgorithms = new List<string>() { "RS256" },
};
Expand Down

0 comments on commit d76047b

Please sign in to comment.