-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
-
---
-
-
Fixes #33475.
Session cookie and PKCE verifier encryption keys are only relevant when Users are authenticating into `quarkus.oidc.application-type=web-app` or `quarkus.oidc.application-type=hybrid`, when Quarkus itself manages authorization code flow.
This PR avoids creating such keys when only bearer tokens are expected - PKCE and session encryption will never be used in such cases.