Haris Begluk
Haris Begluk
Same thing on windows, can't generate main diagram.
Hi @wsaschakiss , I am experiencing a similar issue with my Angular application. When the refresh token expires, the app enters a loop. Specifically, our backend server returns a 400...
@wsaschakiss Thank you for your response. I have been using only the refresh token (token endpoint) while having silentRenewUrl configured and silentRenew set to true. During debugging, I noticed that...
I removed the silentRenewUrl, but it didn't change anything, I'm still encountering the same loop. Hi @damienbod , I would appreciate it if you could guide me on how to...
To summarize, I have a clear understanding of the flow and purpose of the refresh token and its intended functionality. However, the one aspect I am unable to comprehend is...
@wsaschakiss I didn't post that originally, I simply added to this post because I am facing the same issue. And in my case request response on average is 50ms.
 
FYI @damienbod @wsaschakiss I believe I've identified the issue in[ this method](https://github.com/damienbod/angular-auth-oidc-client/blob/9764349a46ae2a391e0705a0877a6a8c3d1bd891/projects/angular-auth-oidc-client/src/lib/flows/callback-handling/refresh-token-callback-handler.service.ts#L80). It appears that my failure (400 response) is being interpreted as a network issue (isNetworkError method), which is...
@jerviscui Have you been able to resolve this issue? Is there any workaround in place? @vishweshbankwar If I'm correct, the only way to enrich the default metrics is by using...