-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Migration Guide 2.17
Clement Escoffier edited this page Sep 13, 2024
·
11 revisions
Quarkus used "password" as the default password for JWT key and keystores.
This default value has been removed. So, if you used "password," you now need to configure that password in the application.properties
file:
quarkus.oidc-client.credentials.jwt.key-store-password=password
quarkus.oidc-client.credentials.jwt.key-password=password