User1493586789 posted
I've started a new Project from VS 2017 Project templates for a .NET Core Angular application. During that process I was unable to add AzureAD authentication (error without further details).
So I've added AzureAD authentication afterwards and SSL was enabled automatically.
Now when going to https://localhost:44333 I'll receive a HTTP error 404, though IIS Express has configured that site.
Also I'm wondering what the different starting options "IIS Express" and "Client" are for?! I couldn't find any tutorial or documentation providing ways to get started with .NET Core, Angular and AzureAD.
Thanks for any help
Tom