Back to top
Yas Adel Mehraban (Yashints) | aspnetcore

9 posts tagged with "aspnetcore"

Setting up VSTS CI/CD for a SPA app using AngularCLI, ASPNetCore (Part 2)

In my previous post I showed you how to setup a build pipeline for a SPA application written in Angular using Angular CLI and ASP.Net Core as back-end. I promised back then to continue with the release as well, but have been pretty busy lately.

PublishedDec 18, 2017
Time to read3 min
angularaspnetcoreCI/CIRead more

Problem

Let’s assume you want to validate something before a request hits your ASP.NET Core controller’s action method. One of the possible solutions is to create an ActionFilterAttribute and use its OnActionExecutionAsync (in case you like to do it asynchronously) to do the checking. Now if you are depending on something like configuration or even another instance of a class it is going to be tricky.

PublishedOct 04, 2017
Time to read2 min
actionfilterattributeaspnetcoreaspnetmvcRead more
CORS issues when using Azure AD in ASP.Net Core and Angular

Recently, I wrote a post about using Azure Active Directory (AD) as authentication mechanism for a single page application written in Angular.

PublishedOct 01, 2017
Time to read2 min
angularaspnetcoreauthenticationRead more
Integrating your SPA with Azure AD

As a user I want to be able to login to system using my work account

This is one of the most famous lines in a user story in almost every project’s backlog.

PublishedSep 28, 2017
Time to read11 min
angularaspnetcoreauthenticationRead more
Authentication in ASP.NET Core 2.0

As you might know the .NET Core 2.0 was release recently and with it come many improvements and changes. In this post I will point out a couple of changes from a security and authentication perspective.

PublishedSep 23, 2017
Time to read3 min
2faactiveaspnetcoreRead more
Using Azure B2C as your identity manager (Part 2)

Flexibility is a key part of Azure Active Directory B2C. Use built-in policies to create a login experience in minutes. For more complex scenarios, use our identity experience framework to build custom policies.

PublishedAug 21, 2017
Time to read9 min
angular 4aspnetcoreauthenticationRead more
Using Azure B2C as your identity manager (Part 1)

Flexibility is a key part of Azure Active Directory B2C. Use built-in policies to create a login experience in minutes. For more complex scenarios, use our identity experience framework to build custom policies.

PublishedAug 16, 2017
Time to read3 min
angular 2aspnetcoreauthenticationRead more
Using client certificates for ASP.Net Core App hosted on Azure Web App service

Recently we had to communicate with an external API featuring mutual authentication using client certificates (AKA two way SSL).

PublishedMay 03, 2017
Time to read3 min
aspnetcoreazurewebappsmutualauthenticationRead more

Recently I was assigned to a green field project where we had to create an initial structure of a project which was going to be written in Angular 2 using Angular CLI for front end side and ASP.Net Core for back-end.

PublishedApr 27, 2017
Time to read4 min
angular 2angular cliaspnetcoreRead more