Azure-Samples / ms-identity-python-webapp

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

Wanted to remove the login page and just make it redirect to Azure AD authentication page from the home page itself #44

Closed ghost closed 3 years ago

ghost commented 3 years ago

while checking the source code, I was able to applied it into my application. However, I wanted to remove the login page and just make it redirect to Azure AD authentication page from the home page itself. But I stuck on it.

From here $R0B0DOP

To this $R276DL0

ghost commented 3 years ago

Resolved this by changing the redirect to auth_url