-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
While creating an OidcClientConfigResolver for multi tenancy I noticed that the resolver gets called three times for every request:
18:40:47,600 INFO [com.example.oidcdemo.OidcConfigResolver] (default task-1) Resolving config for request http://localhost:8080/keycloak-demo-1.0-SNAPSHOT/ 18:40:47,606 INFO [com.example.oidcdemo.OidcConfigResolver] (default task-1) Resolving config for request http://localhost:8080/keycloak-demo-1.0-SNAPSHOT/ 18:40:47,611 INFO [com.example.oidcdemo.OidcConfigResolver] (default task-1) Resolving config for request http://localhost:8080/keycloak-demo-1.0-SNAPSHOT/ 18:40:47,624 INFO [org.wildfly.security.http.oidc] (default task-1) ELY23004: Loaded OpenID provider metadata from 'http://localhost:8180/auth/realms/myRealm/.well-known/openid-configuration'
- is related to
-
WFLY-15885 OIDC client adapter should support multi-tenancy
- Resolved