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
Copy file name to clipboardExpand all lines: docs/index.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ You can find high level conceptual documentations in the project
15
15
Scenarios
16
16
=========
17
17
18
-
There are many `different application scenarios <https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-flows-app-scenarios>`_.
18
+
There are many `different application scenarios <https://docs.microsoft.com/azure/active-directory/develop/authentication-flows-app-scenarios>`_.
19
19
MSAL Python supports some of them.
20
20
**The following diagram serves as a map. Locate your application scenario on the map.**
21
21
**If the corresponding icon is clickable, it will bring you to an MSAL Python sample for that scenario.**
@@ -24,15 +24,15 @@ MSAL Python supports some of them.
24
24
25
25
.. raw:: html
26
26
27
-
<!-- Original diagram came from https://docs.microsoft.com/en-us/azure/active-directory/develop/media/scenarios/scenarios-with-users.svg -->
27
+
<!-- Original diagram came from https://docs.microsoft.com/azure/active-directory/develop/media/scenarios/scenarios-with-users.svg -->
28
28
<!-- Don't know how to include images into Sphinx, so we host it from github repo instead -->
<!-- TODO: Upgrade this sample to use Interactive Flow: https://github.com/Azure-Samples/ms-identity-python-desktop/blob/master/1-Call-MsGraph-WithUsernamePassword/username_password_sample.py -->
0 commit comments