How do I add Authentication/Authorization to an Azure App Service from a .NET desktop app
Clash Royale CLAN TAG#URR8PPP
How do I add Authentication/Authorization to an Azure App Service from a .NET desktop app
there are lots of "quick starts" on how to add authentication/authorization to mobile apps, web pages...but I write desktop apps in WPF and UWP(less frequently). I have written an Azure App Service (webapi from VS 2017) but have not added authentication. It's supposed to be somewhat integrated within the app service but I need a quick start from a WPF app (logging in, passing tokens, setting up the Startup class in my webapi…) That's what I really need.
M
1 Answer
1
The way of adding authentication/authorization to mobile apps is used Azure Mobile Service SDK (Both client SDK and backend SDK).
As you mentioned that you need to add same authentication/authorization to a WPF app, you should also use the client SDK and backend SDK like the way of lots of "quick starts".
We can use .NET SDK of Azure Mobile Service in our Client and Backend.
How to use the managed client for Azure Mobile Apps
Work with the .NET backend server SDK for Azure Mobile Apps
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.