Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
279 stars 133 forks source link

Update README.md with correct link #135

Closed pamelafox closed 3 months ago

pamelafox commented 3 months ago

Looks like the rebrand broke old links. (Learn usually has a way to redirect, but maybe not for this link?

rayluo commented 3 months ago

Thanks for the catch, @pamelafox !

In fact, we re-implemented this sample in Django recently, whose README uses the right link. And we are backporting the new (vastly simplified) implementation and (hopefully improved) README into this sample (or even potentially host the similar how-to table into the a common upstream repo). You can take a look into our progress there, and let me know your thoughts.

rayluo commented 3 months ago

Now that the aforementioned other PR has been merged, we no longer need this one-line fix here. Closing. Still thank you very much for trying to help, though.