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

Warning message if quarkus.oidc.application-type=service #33475

Closed
Eng-Fouad opened this issue May 18, 2023 · 2 comments · Fixed by #33476
Closed

Warning message if quarkus.oidc.application-type=service #33475

Eng-Fouad opened this issue May 18, 2023 · 2 comments · Fixed by #33476
Assignees
Labels
area/oidc kind/bug Something isn't working
Milestone

Comments

@Eng-Fouad
Copy link
Contributor

Eng-Fouad commented May 18, 2023

Describe the bug

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.

if (encSecret == null) {
LOG.warn("Secret key for encrypting tokens is missing, auto-generating it");

Quarkus version

3.0.2.Final

Workaround

Set quarkus.oidc.token-state-manager.encryption-required=false

@Eng-Fouad Eng-Fouad added the kind/bug Something isn't working label May 18, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented May 18, 2023

/cc @pedroigor (oidc), @sberyozkin (oidc)

@sberyozkin sberyozkin self-assigned this May 18, 2023
@sberyozkin
Copy link
Member

I'll need to fix it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oidc kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants