Skip to content

Commit

Permalink
Merge pull request #947 from Klantinteractie-Servicesysteem/pc-512-Af…
Browse files Browse the repository at this point in the history
…dwingenmaxtokenlifetimevanapicontactmomentendetails#915

PC-512: Afdwingen max token lifetime van api Contactmomentendetails #915
  • Loading branch information
felixcicatt authored Nov 13, 2024
2 parents b133830 + 459f716 commit 5526c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kiss.Bff/Config/AuthenticationSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public static IServiceCollection AddKissAuth(this IServiceCollection services, A
{
ValidateIssuer = false,
ValidateAudience = false,
ValidateLifetime = false,
ValidateLifetime = true,
ValidateIssuerSigningKey = true,
IssuerSigningKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(authOptions.JwtTokenAuthenticationSecret))
};
Expand Down

0 comments on commit 5526c48

Please sign in to comment.