Skip to content

Commit

Permalink
update WPF
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Dec 8, 2020
1 parent 9c26126 commit ea5ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WpfWebView/WpfWebView/MainWindow.xaml.cs
Expand Up @@ -34,7 +34,7 @@ public async void Start(object sender, RoutedEventArgs e)
var options = new OidcClientOptions()
{
Authority = "https://demo.identityserver.io/",
ClientId = "native.code",
ClientId = "interactive.public",
Scope = "openid profile email",
RedirectUri = "http://127.0.0.1/sample-wpf-app",
Browser = new WpfEmbeddedBrowser()
Expand Down

0 comments on commit ea5ea44

Please sign in to comment.