Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Fix a typo in this doc.

On a side note, this case is currently not supported in ADAL Python, but we will bring this feature soon (in AzureAD/azure-activedirectory-library-for-python#140 )
  • Loading branch information
rayluo authored May 3, 2018
1 parent 5f08be3 commit 102b460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ There are two ways to use interactive login:
* **Interactive Pop-up** - The device the user is using will see a prompt appear and will use that prompt. This document does not cover this case yet.
* **Interactive Device code** - The device the user is using will NOT see a prompt. This is useful in those cases when, for example, it is not possible to show a prompt.

## Authenticate interactively with a device code
## Authenticate interactively with a browser pop-up

This option is used when you want to have a browser popup appear when the user signs in to your application, showing an AAD login form. From this interactive popup, your application will receive the tokens necessary to use the Data Lake Analytics Python SDK on behalf of the user.

Expand Down

0 comments on commit 102b460

Please sign in to comment.