react-oidc-context
react-oidc-context copied to clipboard
Can't enable monitorSession
There is a feature in oidc-client-js which can check session via /connect/checksession Endpoint. When the session in OP is changed, the client will raise and session Changed event.
But this feature can't enabled in react-oidc-context. It fails to auth when this feature enabled and go in infinity loop ..
I am not using this the session monitor feature. But others do i guess.
@kherock Are you using the session monitor feature with this library?
Can you help finding the infinity loop? Could you provide a logging? See https://authts.github.io/oidc-client-ts/#logging.