Skip to content

Commit 0f67285

Browse files
committed
Changing format of links in docstring
1 parent 5e51202 commit 0f67285

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

msal/application.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,9 @@ def get_authorization_request_url(
284284
Can be one of "consumers" or "organizations" or your tenant domain "contoso.com".
285285
If included, it will skip the email-based discovery process that user goes
286286
through on the sign-in page, leading to a slightly more streamlined user experience.
287-
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow#request-an-authorization-code
288-
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-oapx/86fb452d-e34a-494e-ac61-e526e263b6d8
287+
More information on possible values
288+
`here <https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow#request-an-authorization-code>`_ and
289+
`here <https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-oapx/86fb452d-e34a-494e-ac61-e526e263b6d8>`_.
289290
:return: The authorization url as a string.
290291
"""
291292
""" # TBD: this would only be meaningful in a new acquire_token_interactive()

0 commit comments

Comments
 (0)