Azure-Samples / active-directory-dotnet-native-uwp-v2

A Windows Universal Platform client application using msal.net, accessing the Microsoft Graph for a user authenticating with Azure AD V2 endpoint
https://aka.ms/aadv2
MIT License
14 stars 10 forks source link

Update redirect URI? #31

Closed archieag closed 4 years ago

archieag commented 4 years ago

Currently pointing to "urn:ietf..". Should it be "https://login.microsoftonline.com/common/oauth2/nativeclient" instead? The docs were updated but apps.json is not so this change didn't propagate in portal.

Guidance in docs: https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/master/articles/active-directory/develop/quickstart-v2-uwp.md

Step 1: Configure your application

For the code sample for this quickstart to work, you need to add a redirect URI as https://login.microsoftonline.com/common/oauth2/nativeclient.

One of this is incorrect, please review.