Skip to content

Commit

Permalink
Fix AdalAuthentication in SDK doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Dec 1, 2016
1 parent 517780d commit 75a7112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/quickstart_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You are now able to log in Python using OAuth.
Using ADAL
----------

`ADAL for Python <https://github.com/AzureAD/azure-activedirectory-library-for-python>` is a library
`ADAL for Python <https://github.com/AzureAD/azure-activedirectory-library-for-python>`__ is a library
from the Azure Active Directory team, that proposes the more complex scenarios not covered by the
two previous instances (like 2FA). Please refer to the ADAL website for all the available scenarios
list and samples.
Expand Down Expand Up @@ -116,4 +116,4 @@ or using a lambda if you prefer:
)
Note that the UserPassCredentials and ServicePrincipalCredentials scenarios are also covered by the ADAL library.
In a close future their implementation will be rewritten using ADAL.
In the near future their implementation will be rewritten using ADAL.

0 comments on commit 75a7112

Please sign in to comment.