You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DEBUG] google - Checking: silentRenewRunning: false, isCodeFlowInProgress: false - has idToken: false - has userData: false
[DEBUG] facebook - Checking: silentRenewRunning: false, isCodeFlowInProgress: false - has idToken: false - has userData: false
The complete log: https://github.com/moky80/test-angular-auth-oidc-client/blob/42f91852be14ae8974a65fe0a0c24484bf6ad9a9/log/20241230-cognito-authenticated-silentRenew_once_but_not_again.log#L43
Steps to reproduce the behavior
- Having 3 providers Cognito, Facebook, Google as in https://github.com/moky80/test-angular-auth-oidc-client/blob/42f91852be14ae8974a65fe0a0c24484bf6ad9a9/src/app/auth/auth.config.ts#L3
- Sign in a Cognito user, the user is authenticated
- For every "Checking: silentRenewRunning" cycle, the library checks not only Cognito but also the other 2 configs even though no user from these providers are being authenticated.
A clear and concise description of what you expected to happen.
"Checking: silentRenewRunning" should only be triggered for the current authenticated config.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Version
19.0.0
Please provide a link to a minimal reproduction of the bug
https://github.com/moky80/test-angular-auth-oidc-client/blob/42f91852be14ae8974a65fe0a0c24484bf6ad9a9
Please provide the exception or error you saw
Steps to reproduce the behavior
A clear and concise description of what you expected to happen.
Additional context
No response
The text was updated successfully, but these errors were encountered: