wrobins / cordova-plugin-msal

Use the newest Microsoft MSAL library in your Cordova-based project!
Apache License 2.0
23 stars 63 forks source link

Update Android msal to v1.5 #43

Closed HWouters closed 3 years ago

HWouters commented 3 years ago

I would like to update to msal 1.5. It fixes an issue with the username in combination with B2C. With msal 1.4 the account.getUsername() returns "Missing from the token response". In 1.5 this is fixed and it returns the correct username

wrobins commented 3 years ago

Thanks for your contribution! I'll merge this into the next release.