joaojosefilho/vuejsOidcClient

UserInfo Endpoint not called

Closed this issue · 4 comments

Correct me if I am wrong but it would seem that in your set up the UserInfo endpoint is not called. You have loadUserInfo: true in your Oidc.UserManager options in SecruityService.js but this has no effect because it is the UserManager instance in callback.html which deals with the signIn response. Should the loadUserInfo: true go in the callback.html UserManager instead?

you're right

var mgr = new Oidc.UserManager({userStore: new Oidc.WebStorageStateStore(), loadUserInfo: true});

Thanks

Do you have one more suggestion?

Not at the moment. It’s a very helpful project, thank you 👍

Thanks for suggestion!