nayanAubie / msal_auth

A new Flutter plugin for Azure AD authentication.
MIT License
8 stars 10 forks source link

add oid to MsalUser #30

Closed celvinren closed 1 month ago

celvinren commented 1 month ago

oid is under authenticationResult.account.claims json payload, so we only need to add param to MsalUser

celvinren commented 1 month ago

email is sensitive info, so some company would like to use oid as a uniqu id.