Skip to content

Commit

Permalink
misc: added comment for samesite lax
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jun 19, 2024
1 parent f0a70d8 commit 6c98c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/ee/routes/v1/oidc-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const registerOidcRouter = async (server: FastifyZodProvider) => {
store: redisStore,
cookie: {
secure: appCfg.HTTPS_ENABLED,
sameSite: "lax"
sameSite: "lax" // we want cookies to be sent to Infisical during redirects originating from IDP server
}
});

Expand Down

0 comments on commit 6c98c96

Please sign in to comment.