Azure AD Token Authentication Web API
Authentication example: Where AzureAdOptions contains the configuration of your Azure AD. MyJwtEventsHandler is the implementation...
Backing you up.
Authentication example: Where AzureAdOptions contains the configuration of your Azure AD. MyJwtEventsHandler is the implementation...
Sometimes we need to add claims while user is being signed in using Azure AD...
Sometimes we need to override the process of model creation in the DB first approach....
Pre-requisite: Now this is for DB first approach. So, we can’ use the migration scripts...
DbUp is a tool which can be used to maintain the DB scripts in the...
Before this we used to use a filter (GlobalExceptionFilter) to handle exceptions at one place....
Steps are tested on the .Net 8 The steps are: Nuget Packages Needed: Example code:...
You have to add following line to PropertyGroup in the .csproj file of the start...
Today, I was debugging a .net core API. It was taking more than a minute...