Open kalirajanganeshan opened 2 years ago
I believe you need to add http://localhost
to the list of supported redirectUris for your application in Azure. Could you try that?
Hi mikebattista,
We have try to register wpf application so that how can we get the http://localhost redirct URI. We give following URI as redirected URI by following microsoft help document.
Redirect URI : https://login.microsoftonline.com/common/oauth2/nativeclient.
Microsoft Help Document: https://github.com/Azure-Samples/active-directory-dotnet-desktop-msgraph-v2
Describe the bug
I have created the WPF Template studio project with forced login. I have registered that application using the following reference document.
https://github.com/Azure-Samples/active-directory-dotnet-desktop-msgraph-v2
I have registered that client ID in my project but while running that I have faced the following issue. Could you please suggest solution to get rid of this issue?
I have gave the following URL as redirected URI.
https://login.microsoftonline.com/common/oauth2/nativeclient.
To Reproduce
Additional context
No response
Applies to the following platforms:
About your setup