How to use Azure AD Authentication Library to sign in to WPF app? -


the azure sample active-directory-dotnet-native-desktop shows how use adal sign in accessing web api wpf app. in call authcontext.acquiretoken it's passing resource url of web service parameter. if want prompt user sign in desktop client , there's no web api? isn't there sample that?

can define mean in practice "sign in desktop client itself"?. native app prompt when need access remote resources, because ones user cannot access directly. if resource on local pc, , have access windows session, going protect login? in other words, resource or operation user cannot perform unless go through login? having access windows session means user can pretty whatever he/she wants. doing login without accessing remote resource largely amount theater.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -