Steve Riesenberg

Results 276 comments of Steve Riesenberg

> oh I just think that this issue is still valid and need to fix. 😅 @injae-kim, thanks for clarifying. I'm not convinced this is a valid issue, but I'd...

Any thoughts on this issue? I think I'm running into the same problem. Rough example (hand edited, so may not be 100% accurate): ``` { "_links": { "type": "object", "javaName":...

Actually, I just spotted my issue in your example. I had the `propertyWordDelimiters = [] as char[]` set, so changed it to `propertyWordDelimiters = ['_'] as char[]`.

That actually explains the other part of my issue too. Thanks!

Hi @unb, thanks for the report. > If a new ClientRegistration is created with a different clientId but the same registrationId, the cached JwtDecoder is still returned. Can you help...

> these may change at runtime Apologies, but I still don’t understand. Why would a clientId change at runtime?

Thanks @unb. The javadoc of `OidcIdTokenDecoderFactory` states: > A factory that provides a `JwtDecoder` used for `OidcIdToken` signature verification. The provided `JwtDecoder` is associated to a **specific** `ClientRegistration`. (emphasis added)...

> the caller would need to keep their own cache of ClientRegistration instances and synchronise access I was thinking about the caller simply calling evict when the database operation (save)...

Hi @NotFound403. I'm going through a few unanswered issues and saw this one. > It looks not good. Can you explain what you mean here? For example, do you mean...