After Upgrading 6.0.0 retreive siging key Error
See original GitHub issueHello,
I have been upgrade my oidc client to latest version. After this upgrade my application get crassed while starting.
I’m provide some logs for you. Thank you for your support.
`
Failed to retreive siging key with error: “[object Object]”
push…/node_modules/angular-auth-oidc-client/modules/angular-auth-oidc-client.es5.js.OidcSecurityService.handleErrorGetSigningKeys
`
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
AM 6.x install fails with Encrypt Private Key failed
This issue occurs after upgrading Java® to OpenJDK 8u292. ... The following error occurred when generating a self-signed certificate using ...
Read more >NuGet Warning NU3028 | Microsoft Learn
The timestamp signing certificate is untrusted, revoked, or revocation ... For NuGet users, the resulting error is "A certification chain ...
Read more >Renew or Refresh ESXi Certificates - VMware Docs
Click Renew or Refresh CA Certificates. Option, Description. Renew, Retrieves a fresh signed certificate for the host from VMCA.
Read more >Troubleshooting — MongoDB Manual
Errors when retrieving the public key; Errors when running sudo apt update; Errors when running sudo apt install -y mongodb-org; Unable to install...
Read more >Upgrading Guide - Keycloak
After the upgrade, all users will have to log in again. ... to resolve cryptographic keys for UserInfo response signing/encryption:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Dear @damienbod
I found the problem. It’s about HttpClientInMemoryWebApiModule. It’s angular bug. When close this module, my issue gone.
Thank you for your quick replies.
@damienbod I am also getting same error ‘Failed to retreive siging key with error: {}’ Angular Version: 7.2 OIDC version: 10.0.15 (using authorizedImplicitFlowCallback )
I have debugged library code for above issue and found that http jwks uri GET call never gets triggered due to httpclient error but library fails to print the exact error this.getSigningKeys().subscribe({ }) calls the ‘handleErrorGetSigningKeys’ but it fails to print exact error due to internal error.
However here is the exact httpclient error ERROR TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
More info and fix about httpclient error https://github.com/angular/angular/issues/20203
Let me know if you could fix this issue in the version I am using.
Thanks.