Hi! I am using OIDC authentication with Keycloak a...
# troubleshoot
l
Hi! I am using OIDC authentication with Keycloak and I would like to know if it is possible to change the
set-cookie
HTTP response header on the `callback/oidc`endpoint with the same-site and secure attributes, like this:
Copy code
Set-Cookie: <cookie-name>=<cookie-value>; SameSite=None; Secure
e
Hey @lively-action-8308 can you give me a little bit more info on what you’re trying to accomplish by doing this?