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
答案 0 :(得分:0)
您可以在此处查看源代码:https://github.com/damienbod/angular-auth-oidc-client/blob/master/src/services/oidc.security.service.ts。
不幸的是,它每三秒钟运行一次硬编码,并且没有配置选项。
答案 1 :(得分:0)
至silentRenewHeartBeatCheck
消息问题:
在您的OpenIDImplicitFlowConfiguration
中,确保将log_console_debug_active
设置为false
。这将停止控制台中的silentRenewHeartBeatCheck
消息。