mvertopoulos / vue-msal

Vue plugin for using Microsoft Authentication Library (MSAL)
MIT License
123 stars 66 forks source link

Can access token null, because the scope can't read properly #37

Open an-liu1 opened 4 years ago

an-liu1 commented 4 years ago

Hello, There is a question for access token.

My config setting is like that image

And I got the result with accesstoken and scopes is null, like the image below image

I noticed that the masl updated, do we need also update the code of vue-msal to match it? Or are there any way to resolve the issue? Thank you image