soukoku/vue-oidc-client

UserManager.getUser: user not found in storage

Tigger151515 opened this issue · 4 comments

Hi. I did all by documentation, but now I have few problems

  1. UserManager.getUser: user not found in storage.

Storage like this:

length: 278
loglevel:webpack-dev-server: "SILENT"
oidc.0a6184cef9694f76aa314a2cb87d5738: "{"id":"0a6184cef9694f76aa314a2cb87d5738","data":{"to":{"meta":{"authName":"main"},"path":"/ru/profile","hash":"","query":{"state":"741fdf769fdd42a3b6ad63fc0f60a49e","session_state":"f48204f8....
  1. then i have this message
    UserManager.signinRedirect: successful

and infinite redirect

Have same issue

same here...

Shot in the dark... try using: userStore: new WebStorageStateStore({ store: window.localStorage }) in your oidc config? I might have had the same issue and fixed it with this, or I could be misremembering.

Tried invokermain solution still inf. redirects, any solutions?