We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got the warning message:
Secret key for encrypting tokens is missing, auto-generating it
despite quarkus.oidc.application-type=service and I am not using cookies.
quarkus.oidc.application-type=service
quarkus/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/TenantConfigContext.java
Lines 77 to 78 in 0e63bfc
3.0.2.Final
Set quarkus.oidc.token-state-manager.encryption-required=false
quarkus.oidc.token-state-manager.encryption-required=false
The text was updated successfully, but these errors were encountered:
/cc @pedroigor (oidc), @sberyozkin (oidc)
Sorry, something went wrong.
I'll need to fix it now
sberyozkin
Successfully merging a pull request may close this issue.
Describe the bug
I got the warning message:
despite
quarkus.oidc.application-type=service
and I am not using cookies.quarkus/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/TenantConfigContext.java
Lines 77 to 78 in 0e63bfc
Quarkus version
3.0.2.Final
Workaround
Set
quarkus.oidc.token-state-manager.encryption-required=false
The text was updated successfully, but these errors were encountered: