aurelia-contrib / aurelia-open-id-connect

An aurelia adapter for the IdentityModel/oidc-client-js
https://zamboni-app.azurewebsites.net
MIT License
54 stars 18 forks source link

No key matching kid or alg found in signing keys #32

Closed shaunluttin closed 6 years ago

shaunluttin commented 6 years ago

Experiencing "No key matching kid or alg found in signing keys" in the demo here:

https://github.com/shaunluttin/aurelia-open-id-connect-demos

Related:

https://github.com/IdentityModel/oidc-client-js/issues/326

https://github.com/IdentityModel/oidc-client-js/issues/264

https://github.com/maxmantz/redux-oidc/issues/35

shaunluttin commented 6 years ago

This was not actually a bug; rather, it indicated that the signingKeys in OpenIdConnectConfiguration were out of date.