File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments