.NET .NET Core Angular Azure AD C# MS Graph OAuth OData SPA Visual Studio Visual Studio Code Web API How to Call an MS Graph API from a Web API In today's post I will show how to call an MS Graph API from a Web API.
.NET Core ASP.NET Core Identity Azure Azure App Services JWT Kudu OAuth OpenAPI PaaS Security Swagger Visual Studio Web API How to Configure a Secure .NET Core Web API in an Azure App Service In todays post I will be showing how to configure a secure web API in an Azure App Service.
ASP.NET Core Identity C# JWT OAuth How to Embed User Roles in a JWT Token Claim within a .NET Core Application In today's post I will show how to embed User Roles in a Jwt Token Claim within a .NET Core…
.NET Core ASP.NET Core Identity C# JWT OAuth Visual Studio Persisting JWT Tokens in a .NET Core Application In this post I will show how to persisting JWT Tokens in a .NET Core Application.
.NET Core C# Diagnostics JWT OAuth Top How to Troubleshoot JWT Token Authentication Errors in .NET Core Applications In this post I will show how to troubleshoot JWT Token Authentication errors in .NET Core applications.
.NET Core ASP.NET Core Identity C# JWT OAuth Visual Studio Web API How to Implement JWT Authentication in your .NET Core Applications In this post I will show how to implement JWT JSON Token Authentication in your .NET Core applications.
.NET Core ASP.NET Core ASP.NET Core Identity OAuth Visual Studio How to Use Claim Based Authorization in .NET Core Web Applications In this post I will be showing how to use ASP.NET Core Identity claims for user authorization.
.NET Core ASP.NET Core ASP.NET Core Identity C# OAuth Razor Visual Studio How to Extend Identity Accounts to use Claims in .NET Core Applications In this post I will be showing how to extend ASP.NET Core Identity users with claims.
.NET Core ASP.NET Core ASP.NET Core Identity C# Entity Framework Core OAuth Razor Visual Studio Web API How to Customize User Identity in .NET Core Applications In this post I will be showing how to extend a customize user identity using ASP.NET Core identity.
.NET Core ASP.NET Core C# Dependency Injection OAuth Patterns Visual Studio Web API How to use a Declarative Authorization Policy to Secure Web API Application Resources In this post I will be showing you how to secure a Web API using a declarative authorization policy.