Skip to content
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

Quarkus OIDC session cookie encryption support #23373

Closed
sberyozkin opened this issue Feb 2, 2022 Discussed in #23365 · 2 comments · Fixed by #23557
Closed

Quarkus OIDC session cookie encryption support #23373

sberyozkin opened this issue Feb 2, 2022 Discussed in #23365 · 2 comments · Fixed by #23557
Labels
area/oidc kind/enhancement New feature or request
Milestone

Comments

@sberyozkin
Copy link
Member

Discussed in #23365

Originally posted by debu999 February 2, 2022
While using Quarkus-OIDC it seems raw access token and id token is stored in browser cookies. Can that be encrypted to make it more secured. We usually are discouraged to have raw token exposed to the client or store in browser.
Is there anything to do to make a encryption decryption layer added to the cookie possibly a encryption key to be added to config to do encryption and decryption under the hood.

@sberyozkin sberyozkin added kind/enhancement New feature or request area/oidc labels Feb 2, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 2, 2022

/cc @pedroigor

@debu999
Copy link
Contributor

debu999 commented Feb 13, 2022

Thanks for the update. Will try out with 2.8 once it's made available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants