Çağatay Kalan

Results 3 comments of Çağatay Kalan

In my case, using `WireMockTest` annotation on the main test class (top-most one) and injecting the `WiremockRuntimeInfo` into BeforeEach method on that same top most test class solved the issue...

I found another way to do this through custom `OAuth2UserService`, `OidcUserService` and `OAuth2AccessTokenResponseClient` implementations to copy custom authorization request attributes to the resulting `OAuth2User` attributes which looks like a better...