You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2023. It is now read-only.
Name should be pulled from the Microsoft Graph Api whenever the application is authorized through the account
Actual Behaviour
Name seems to only be pulled once and never again, even if the name call on Microsoft Graph is completely different
Steps to Reproduce
Authorize using one account name
change account name
revoke access to app
reauthorize under new name
old name still displays
I had to get my uWindsor name fixed due to a mistake on their part, however, it seems that the name it used to be was saved and despite no calls to that previous name when testing the Graph API, it is still used. Are the names saved locally? Maybe a check to see if the locally saved name matches the Graph name and if not, update it to the graph name.