Skip to content

Commit

Permalink
Ep/audience (#1555)
Browse files Browse the repository at this point in the history
* disable audience validation
  • Loading branch information
ErikApption authored Feb 10, 2025
1 parent 79b95c6 commit 18131b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void AddAuthenticationServices(this IServiceCollection services, I
options.TokenValidationParameters = new TokenValidationParameters
{
ValidateIssuer = true,
ValidateAudience = true,
ValidateAudience = false,
ValidateLifetime = true,
ValidateIssuerSigningKey = true,
};
Expand Down

0 comments on commit 18131b1

Please sign in to comment.