Dakora Baer
Dakora Baer
The plot thickens, deserialization error returns: ``` **********[encryptionAlg]: RSA-OAEP **********[rawAlgorithm]: RSA-OAEP **********[encryptionEncAlg]: A256GCM **********[headerEncAlg]: A256GCM 2025-04-27 13:51:04,906 WARN [org.keycloak.services] (executor-thread-1) KC-SERVICES0097: Invalid request: java.lang.RuntimeException: Failed to deserialize JWT at org.keycloak.jose.jws.DefaultTokenManager.decodeClientJWT(DefaultTokenManager.java:169)...
And here is the output of those variables when those attributes are removed in Keycloak: ``` **********[encryptionAlg]: null **********[rawAlgorithm]: RSA-OAEP **********[encryptionEncAlg]: null **********[encryptionAlg]: null **********[rawAlgorithm]: RSA-OAEP **********[encryptionEncAlg]: null ```
I'm getting the same error in this configuration. I can pull the image manually just fine, but when run through the local registry it returns manifest unknown. ``` time="2025-01-12T06:09:12.462801952Z" level=error...
I ran into this as well in forms that use ‘trigger-action‘. The loading text immediately goes away or sometimes doesn't even have time to show up before the liveview responds,...