0

silentRenewHeartBeatCheck 是否应该每 3-4 秒运行一次?我只想知道我是否配置了错误。我什至不知道在哪里寻找可以配置它的东西。如果它正在做它应该做的事情,我不会担心它。

在短短几分钟内,我在 chrome 开发工具控制台中获得了 150 个:

silentRenewHeartBeatCheck silentRenewRunning: true idToken: true _userData.value: true

在我的日志的早期,我也收到以下错误,但不知道是什么原因造成的,除非我假设它与静默更新 iframe 运行有关,但可能不是:

Active resource loading counts reached to a per-frame limit while the tab is in background. Network requests will be delayed until a previous loading finishes, or the tab is foregrounded. See https://www.chromestatus.com/feature/5527160148197376 for more details

4

2 回答 2

0

您可以在此处查看源代码:https ://github.com/damienbod/angular-auth-oidc-client/blob/master/src/services/oidc.security.service.ts 。

不幸的是,它被硬编码为每三秒运行一次,并且没有配置选项。

于 2018-11-25T09:30:42.510 回答
0

至于silentRenewHeartBeatCheck消息问题:

在您OpenIDImplicitFlowConfiguration确保log_console_debug_active设置为false. 这将停止silentRenewHeartBeatCheck控制台中的消息。

于 2019-04-15T17:46:45.477 回答