Quarkus jwt-authentication-with-http-only-cookie #47200
Unanswered
Nikhil12894
asked this question in
Q&A
Replies: 2 comments 4 replies
-
/cc @sberyozkin (jwt) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Nikhil12894, I commented at https://stackoverflow.com/questions/79558948/quarkus-jwt-authentication-with-http-only-cookie |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using OIDC with Quarkus and logging in through the backend API only. Once the login callback is called, I set the access token in a cookie. However, when I attempt to use that cookie to authenticate my requests, I always receive a 403 Forbidden error.
Login Api:
Callback APi:
Application.yaml:
JS Code:
Beta Was this translation helpful? Give feedback.
All reactions