Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Last active May 30, 2020 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/2d274596df4181511d95ccda464b0e7e to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/2d274596df4181511d95ccda464b0e7e to your computer and use it in GitHub Desktop.
Demo showing how WithCustomUI should be used with Interactive authentication in .NET Core WPF App
authResult = await app.AcquireTokenInteractive(App.Scopes)
.WithCustomWebUi(new EmbeddedCustomWebUI(this))
.ExecuteAsync();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment