-
My goal is to implement OpenID Connect with an existing IDP. They provide custom JWKs with RSA, however the keys are too short (1024 instead of the 2048). I've contacted them but is there something in the mean time I can do? For example are there options to disable the validation or to ignore such warnings. I'm using passport-openid strategy in NestJS environment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There are no such options. The IdP should instead use keys that are suitable for the used JSON Web Algorithms.
|
Beta Was this translation helpful? Give feedback.
There are no such options. The IdP should instead use keys that are suitable for the used JSON Web Algorithms.