This repo is to show several examples on how to leverage Azure Services to secure WebServices (mainly .NET Core) and also how to achieve authentication through Azure Active Directory features.
For usage information and sources of the public NuGet package please click here.
This is the architectural idea:
This sample leverages some features of the CSE.SecureWebServerHelper NuGet package, but also includes authentication (login) with Azure Active Directory and using roles defined in AAD. Click here for more information.
To be continued...
The feature is now included in CSE.SecureWebServerHelper NuGet package and can be seen as a easy to understand sample where only the necessary parts for for the SSL certificates is used directly in Program.cs
here.