Bilal Kais

Results 1 comments of Bilal Kais

Any updates on this one @jzheaux? We've used the following workaround in our application: ``` @Bean JwkSetUriJwtDecoderBuilderCustomizer jwkSetUriJwtDecoderBuilderCustomizer() { final var verifier = new DefaultJOSEObjectTypeVerifier(new JOSEObjectType("at+jwt")); return builder -> builder.jwtProcessorCustomizer((processor)...