question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After Upgrading 6.0.0 retreive siging key Error

See original GitHub issue

Hello,

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

` image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ibrahimsencommented, May 11, 2018

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.

0reactions
Biblyacommented, Jun 11, 2020

@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. image

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found