Skip to content

Commit

Permalink
Merge pull request #229 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: set true to ValidateIssuer
  • Loading branch information
ychung-mot authored Apr 25, 2024
2 parents 474572a + d76047b commit 3abb852
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 3abb852

Please sign in to comment.