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
Describe the bug
Testing the Programmatically Resolving Tenants Configuration as per this guide, noticed that the resolve method is invoked twice for every request
Describe the bug
Testing the Programmatically Resolving Tenants Configuration as per this guide, noticed that the resolve method is invoked twice for every request
https://quarkus.io/guides/security-openid-connect-multitenancy#programmatically-resolving-tenants-configuration
Expected behavior
Don't know the root cause, but double invocation of resolve method seems to be a bug
Actual behavior
resolve method should be called once for a given request
To Reproduce
Configuration
Environment (please complete the following information):
uname -a
orver
: Linux x64java -version
: Java 11mvnw --version
orgradlew --version
): mvnwThe text was updated successfully, but these errors were encountered: