When using a refreshToken and automatic silent renew the child tree below AuthenticationContext.provider is reset.
When using a refreshToken the oidc-client will not use an IFrame.
And my guess is core/src/routes/OidcRoutes uses the silentCallbackPath and the child tree is lost.
Issue and Steps to Reproduce
When using a refreshToken and automatic silent renew the child tree below AuthenticationContext.provider is reset.
When using a refreshToken the oidc-client will not use an IFrame. And my guess is core/src/routes/OidcRoutes uses the silentCallbackPath and the child tree is lost.
Versions
"@axa-fr/react-oidc-context": "3.1.6" "oidc-client": "1.10.1"
Expected
Real silent renew not affecting the child tree below the AuthenticationContext.provider
Actual
Page is reloaded