Allow logout+jwt JWT type
Backport of the solution for #15003 to 6.2.x .
Hi, @OLibutzki. It looks like the build is failing. Are you able to repair it? It looks like the commit you backported is using a method that doesn't exist in 6.2.x.
Hi @jzheaux,
obviously, I have been too optimistic by cherry-picking the commit. I fixed the error.
OidcIdTokenDecoderFactory.createDefaultClaimTypeConverter() has been introduced in 6.3, so when merging to 6.3.x this new method should be used.
@jzheaux anything I can do to push this issue/PR ahead? For our application it's crucial to use Keycloak 25 and therefore it would help us a lot to ensure Spring Security's compatibility.
Thanks, @OLibutzki, this is now merged into 6.2.x and forward ported to 6.3.x