Hello :
I need to convert the RSA Public Key I get from the OKTA /keys endpoint into PEM.
I’m using node14. Any idea(library and module) that could help me with that?
BR
Hello :
I need to convert the RSA Public Key I get from the OKTA /keys endpoint into PEM.
I’m using node14. Any idea(library and module) that could help me with that?
BR
Never tried this but you can take a look at jwk-to-pem - npm (npmjs.com)
I have just looked into your given link. The instructions are pretty clear. Thanks!