pingone-sample-custom-signon icon indicating copy to clipboard operation
pingone-sample-custom-signon copied to clipboard

React-auth-client - jwt_verifier.js does not work with PingFederate

Open yhamade opened this issue 4 years ago • 0 comments

The included jwt_verifier.js requires that the JWKS URL provide the certificate in x509 format (x5c attribute). PingFederate may not provide this attribute. Instead you may consider implementing the "jwks-rsa" module to get the certificate.

yhamade avatar Feb 16 '21 23:02 yhamade