-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Describe the bug
Migrating from the previous LTS to 3.20, we are getting issues with our OIDC clients/filters. More specifically, we get:
Configuration has 2 different id values: 'client' and '...'
While searching the documentation for an answer, I noticed that there are two properties which I assume must be colliding when specified as environment variables (all caps and underscores):
quarkus.oidc-client.id
quarkus.oidc.client-id
I further noticed that the errors disappears when changing QUARKUS_OIDC_CLIENT_CLIENT_ID to QUARKUS_OIDC_CLIENT_ID, but then the application is not behaving as expected anymore, as we get 403s.
As these properties were already there in the previous LTS, perhaps this is not the cause of our issues, but I figured I could point it out either way.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a
or ver
Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64
Output of java -version
OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (build 21.0.6+7-LTS, mixed mode, sharing)
Quarkus version or git rev
3.20
Build tool (ie. output of mvnw --version
or gradlew --version
)
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Additional information
No response