Hei there!
I have an error that was mentioned once in a discussion here. In my Realm app, I use jwk authentication and try to login from a client. As usual, the request is sent with an auth (bearer) header containint the jwk. My problem is, mongodb realm does not validate the key and constantly gives me the error:
‘value of ‘kid’ has invalid format’.
The ‘kid’ value of my jwt header has a vlaue pointing to the key specified in the .jwks url.
Does anyone already encounter this problem?
Thanks,
Nicolas