Skip to content

Commit

Permalink
Update dead link to proposed alternative (microsoft#72)
Browse files Browse the repository at this point in the history
Update dead link related to "more info" for device code authorization to an active link with appropriate content.

Fixes microsoft#71

Co-authored-by: anydot <[email protected]>
  • Loading branch information
evandigby and anydot authored Apr 23, 2021
1 parent 8993881 commit 30ad4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeviceProfileSample/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Device Profile Sample

For a headless text output client application, it is not possible authenticate through an interactive prompt. Instead a text only approach is necessary. This flow leverages a user's external device (i.e. phone) to authenticate through an interactive login prompt and pass the auth token to the headless application. For more information [click here](https://azure.microsoft.com/resources/samples/active-directory-dotnet-deviceprofile/?v=17.23h).
For a headless text output client application, it is not possible authenticate through an interactive prompt. Instead a text only approach is necessary. This flow leverages a user's external device (i.e. phone) to authenticate through an interactive login prompt and pass the auth token to the headless application. For more information [click here](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-device-code).

If the tenant admin requires device authentication conditional access policies, using the Device profile flow won't be a good option.

## Sample Application

This sample will walk you through the steps to create a client-side console application which uses **MSAL.NET** to authenticate a user via the [Device Profile flow](https://azure.microsoft.com/resources/samples/active-directory-dotnet-deviceprofile/?v=17.23h) and returns a JSON string containing all account team project data viewable by the authenticated user.
This sample will walk you through the steps to create a client-side console application which uses **MSAL.NET** to authenticate a user via the [Device Profile flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-device-code) and returns a JSON string containing all account team project data viewable by the authenticated user.

To run this sample you will need:

Expand Down

0 comments on commit 30ad4e1

Please sign in to comment.