You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by maag03 June 3, 2025
We're using Quarkus 3.20.0 and a multi-tenant dynamic Oidc setup. As the title says, when returning OidcTenantConfig in TenantConfigResolver::resolve for a tenant with a changed property (e.g. clientId), the changed property seems to be ignored and the initial value is still being used by Quarkus.
Is this the intented behavior or is it a bug?
Any workaround available?