-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth2-redirect-verifier value #1079
Comments
Hi @alexdigdir, I'm not fully understanding what are you asking exactly. Can you elaborate what exactly are you asking for? |
Hey @metcoder95 Certaintly! We have a SPA with a backend-for-frontend (BFF) that acts as an OAuth2 client, translating the OIDC provider’s ID token into a session (via cookies) between the BFF (
However, |
There should not be big major concerns towards these headers as they are used for By default they are set as If your SPA does not requires cross site cookie sharing, setting the Wether use |
💬 Question here
I am a bit concerned about potential security issues and so I am wondering if the "oauth2-code-verifier" is the hashed version (code challenge) of the plain text Code Verifier?
It it IS hashed, I guess there is no security issue...?
If it is NOT hashed, then it seems like it does not fulfill Oauth2 protocol...? (Im not claiming necessarily, Im asking)
Ref.:
https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-authorization-code-grant
Your Environment
The text was updated successfully, but these errors were encountered: