Aditya Medhe
Results
2
comments of
Aditya Medhe
In case anyone is still interested, what fixed this for me was adding a `/` to the `createRoute` definitions -- `/my-route` lead to this problem, `/my-route/` fixed it.
@esinmy were you able to get single sign-out to work with B2C and `oidc-client-ts`? I'm using `react-context-oidc`, which is the React wrapper for this library, and can't get the SLO...