From: Krzysztof B. <kb...@un...> - 2018-07-23 17:32:21
|
Hi Tim, W dniu 19.07.2018 o 13:58, Tim Kreuzer pisze: > > Hi Krzysztof, > > i have configured two different SAMLUnicoreSoapIdP - Endpoints with > two different oauth-rp with cxf-oauth-bearer authenticators. In the > configuration of the authenticators i used the attribute > 'unity.oauth2-rp.cacheTime'. Are these two different authenticators > use the same cache? > Yes, I've checked this and cache instances are shared between all authenticators. That's bug actually as configuration is per authenticator and therefore we should have a separate cache per each authenticator too. Should be easy to fix, should be included in 2.6.1. Thanks for spotting this and precise description of the problem, Krzysztof |