Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Name Api only pulled once? #327

Open
BadChocMilk opened this issue May 24, 2023 · 1 comment
Open

Name Api only pulled once? #327

BadChocMilk opened this issue May 24, 2023 · 1 comment

Comments

@BadChocMilk
Copy link

Expected Behaviour

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.

@jere-mie
Copy link
Member

It's worth noting that while this site is currently in production, it's reached end of life and is no longer being maintained.

We're currently rebuilding this site in Golang, so I'd recommend making an issue there to ensure this behaviour is included in the rewrite (and maybe even adding the implementation yourself!)

You can find the rewrite repo here:
https://github.com/uwindsorcss/site

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants