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

Return more account information #45

Closed HWouters closed 3 years ago

HWouters commented 3 years ago

I would like to return the account information for single account in the same format as multiple accounts mode:

Are you willing to accept this? It helps us with displaying the logged in user without being forced to use multiple account mode unnecessarily.

It looks like for ios there is only multiple account mode.

HWouters commented 3 years ago

We also need the other claims from the account. We have added an additional claims property with all the claims from the account.

wrobins commented 3 years ago

Hello!

I'm still working on version 3 of this plugin that changes the signin behavior and implements exactly what you're describing. You can check out the alpha version if you'd like and install cordova-plugin-msal@3.0.0-alpha.0 in your project.

Thanks for your patience as I resume development of this plugin!