Skip to content
Discussion options

You must be logged in to vote

Hi @mschorsch, sure, https://github.com/quarkusio/quarkus/blob/main/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcTenantConfig.java#L260 applies to the default token state manager which stores tokens in a cookie which is where the encryption is enabled by default.

These are not encrypted if saved at the server side, where security controls are enforced, for example, DB can be secured.

We can definitely consider enabling it for the DB and Redis token state managers that Quarkus itself ships.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@sberyozkin
Comment options

Answer selected by mschorsch
@mschorsch
Comment options

@sberyozkin
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants