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.

Repeated calls to openid-configuration/token in demo site

See original GitHub issue

Hello, not sure if this is a real issue, so please bear with me if it isn’t 😃

I was checking the demo site (https://black-rock-0dc6b0d03.1.azurestaticapps.net/) and I noticed that after I login I could see these steps repeating themselves over and over every five seconds:

Screenshots

image

I tried looking for 5000 ms in the codebase but I could only find a sleep(15000) which refers to the calls to fetch OidcKeepAliveServiceWorker.json.

I’m not very confident with OIDC, is that a normal thing or something’s wrong?

Thank you for this cool lib by the way!

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
guillaume-chervetcommented, Aug 7, 2022

Hi @AnimaLupi , we have added some cache in v6. Now we have less call to oidc server configuration.

0reactions
guillaume-chervetcommented, Aug 16, 2022

Hi @AnimaLupi @drue66 , i close this issue and I keep #819 for enhancement. Thank you very much for the issue and your feedbak.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Slow running local with multiple openid-configuration calls #992
When running locally it makes a call to .well-known/openid-configuration for every api call made on the page and takes about 5 seconds each....
Read more >
OpenID Connect Client and Token Propagation Quickstart
This quickstart demonstrates how to use OpenID Connect Client Reactive Filter to acquire and propagate access tokens as HTTP Authorization Bearer access ...
Read more >
OpenID Connect (OIDC) on the Microsoft identity platform
You can use OIDC to enable single sign-on (SSO) between your OAuth-enabled applications by using a security token called an ID token.
Read more >
OpenID Connect | Authentication - Google Developers
The value must exactly match one of the authorized redirect URIs for the OAuth 2.0 client, which you configured in the API Console...
Read more >
OpenID Connect & OAuth 2.0 API - Okta Developer
This value provides a secure way for a single-page application to perform a sign-in flow in a pop-up window or an iFrame and...
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