• About Me
  • Contact Us
  • Privacy Policy
  • Terms and Conditions
  • Advertise / Sponsor

DOTNET DETAIL

Learn Microsoft .NET Technologies

  • Home
  • Tutorials
    • Angular
      • Angular 5
      • Angular 6
    • ASP.NET Core
    • Azure
    • React
    • Vue
  • Books
  • Courses
  • Cloud Hosting
  • Interview Questions
You are here: Home / Archives for Authentication and Authorization

Asp Net Core 5 web API token based authentication example using JWT

November 29, 2020 by mebakar1005 3 Comments

Asp.Net Core 5.0 token based authentication using jwt

In this tutorial, we are going to cover a web api token based authentication example using JWT in Asp.Net Core 5 using visual studio 2019. So, first-of-all, we will create a new Asp.Net Core 5 web API project and then we will see how to implement Microsoft Identity and then finally we will see how to implement token based authentication using JWT in Asp.Net Core 5 web API app.

[Read more…]

Filed Under: ASP.NET Core, Asp.Net Core 5, Authentication and Authorization, Security, web API Tagged With: .NET Core 5, Asp.Net Core 5, ASP.NET Core Authentication, Authentication, Authentication and Authorization, WEB API

Key Vault secrets in Asp.Net Core 3.1

June 6, 2020 by mebakar1005 Leave a Comment

Key vault secrets in Asp.Net Core 3.1

In this tutorial, we are going to discuss Azure Key Vault secrets using Asp.Net Core 3.1 web application. Azure Key Vault is a tool where we can store and access secrets. The purpose of Key Vault is to store sensitive information like API keys, Authenticated Token Keys, Database Connection strings and etc. This is the best cloud-based solution for Azure web Apps.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization, Azure, Security, web API Tagged With: .NET CORE, Key Vault, User Secrets, WEB API

JWT Authentication in Asp.Net Core 3.1

May 19, 2020 by mebakar1005 Leave a Comment

jwt authentication in asp.net core 3.1

In this tutorial, we are going to cover jwt authentication in Asp.Net Core 3.1 web api in visual studio code. We will see how to implement identity, and then we will see how to implement token based authentication in Asp.Net Core 3.1 web API, and then finally we will test our API using postman.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization, React, web API Tagged With: Asp.Net Core 3.1, Authentication, JWT

Role Based Authorization in Asp.Net Core 3.0

November 23, 2019 by mebakar1005 14 Comments

Role Based Authorization in Asp.Net Core 3.0

In this tutorial, we are going to cover a simple example of how to implement Role Based Authorization / access control in Asp.Net Core 3.0 using visual studio 2019. In one of the previous tutorials, we have discussed Asp.Net Core 3.0 web API token based authentication example using JWT. So, now first-of-all, we will create Asp.Net Core 3.0 application, and then we will add identity to our application and then we will register users and then we will see how to create roles and then finally we will see how to authorize pages.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization Tagged With: Asp.Net Core 3.0, Authentication, Authorization, Role Based Authorization

How to add Facebook login to Asp.Net Core 3.0 app using VS2019

May 31, 2019 by mebakar1005 3 Comments

add facebook login to Asp.Net Core 3 app

In this tutorial, we are going to cover how to add Facebook login to Asp.Net Core 3.0 app using Visual Studio 2019. So, it will enable users to login with their Facebook account in Asp.Net Core 3.0 application. So, first-of-all, we will create an app in Facebook developer account and then we will create a new Asp.Net Core 3.0 application using Visual Studio 2019 and then we will configure the Facebook app with Asp.Net Core 3.0 app and then finally we will see how it works.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization, Security Tagged With: Asp.Net Core 3.0, Authentication, External Login, Facebook, Facebook Login

How to add Authentication to React app using Asp.Net Core 3 in VS2019

May 29, 2019 by mebakar1005 1 Comment

add authentication to react using asp net core 3

In this tutorial, we are going to cover a very simple example on how to add authentication to React app using Asp.Net Core 3 application in visual studio 2019. Asp.Net Core 3 offers authentication in single page application using the support of Asp.Net Core Identity. So, in this tutorial, we will create an React app with authentication using Asp.Net Core 3 and then we will see how it works.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization, React, Security Tagged With: Asp.Net Core 3.0, Authentication, React.js, Visual Studio 2019

How to add Authentication to Angular 7 and Asp.Net Core 3 using VS2019

May 28, 2019 by mebakar1005 1 Comment

Authentication to Angular 7 app using asp net core 3

In this tutorial, we are going to cover a very simple example on how to add authentication to Angular 7 app using Asp.Net Core 3 application in visual studio 2019. Asp.Net Core 3 offers authentication in single page application using the support of Asp.Net Core Identity. So, in this tutorial, we will create an Angular 7 app with authentication using Asp.Net Core 3 and then we will see how it works.

[Read more…]

Filed Under: Angular, Angular 5, Angular 6, Angular 7, ASP.NET Core, Authentication and Authorization, Security Tagged With: Angular 7, ASP.NET CORE 3, Authentication, Identity, JWT

Asp Net Core 3.0 web API token based authentication example using JWT in VS2019

May 22, 2019 by mebakar1005 18 Comments

ASP.NET Core 3.0 web api token based authentication example Featured image

In this tutorial, we are going to cover web api token based authentication example using JWT in Asp Net Core 3.0 with Visual Studio 2019 preview. We will build it from scratch. So, First-of-all, we will create a new Asp Net Core 3.0 web API project, and then we will implement Microsoft Identity and then finally we will implement token based authentication using JWT in Asp Net Core 3.0 web API application.

[Read more…]

Filed Under: ASP.NET Core, Authentication and Authorization, Security, web API Tagged With: ASP.NET CORE3.0, JWT, TOKEN BASED AUTHENTICATION, WEB API

How to add two factor authentication (2fa) in angular 7 using firebase

February 3, 2019 by mebakar1005 Leave a Comment

two factor authentication in angular 7 using firebase 1

In this tutorial, we are going to cover Two Factor Authentication ( 2fa ) in Angular 7 using Firebase. Firebase is a mobile and web app development  platform that provide us lots of tools and services to help us develop high quality mobile and web applications. But now in this tutorial, we will use Phone Authentication service to add two factor authentication in angular 7 application.

[Read more…]

Filed Under: Angular, Angular 5, Angular 6, Angular 7, Authentication and Authorization Tagged With: 2FA, Angular 7, Firebase, Two Factor Authentication

Two Factor Authentication (2fa) in Angular 6 using Facebook Account Kit

January 25, 2019 by mebakar1005 Leave a Comment

Two factor authentication in angular 6 using facebook account kit

In this tutorial, we are going to cover Two Factor Authentication ( 2fa ) in Angular 6 using Facebook Account Kit. Using facebook account kit, you can authenticate your users by their phone numbers (SMS or Whatsapp), or by their Email Addresses.

[Read more…]

Filed Under: Angular, Angular 5, Angular 6, Angular 7, Authentication and Authorization Tagged With: 2FA, 2fa in Angular 6, Authentication and Authorization, Facebook Account Kit, Two Factor Authentication

  • 1
  • 2
  • Next Page »
Buy me a coffeeBuy me a coffee

Jobs

Dotnet Jobs

Join Us

Join Us

Subscribe to Blog via Email

Enter your email address to subscribe.

Recent Posts

  • Realmente Hace Él En absoluto como yo ?
  • Fiscal Planning — What You Need to Know
  • Organization Strategies for Good Business Success
  • Contemporary Business The usage
  • Deciding on a Document Management Program
  • Most Popular Dating Apps For Black Gay – Remanufactured Online Hookup for Gays
Copyright © 2022