Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jay Krishna Reddy (6)
Rinki (3)
Shilpa Tanwar(3)
Sardar Mudassar Ali Khan (3)
Sarathlal Saseendran(3)
George (3)
Kirtesh Shah(2)
Chethan N(2)
Subham Ray(2)
Shanuka Maheshwaran(2)
Manikandan M(2)
Vinay Ayinapurapu(2)
Ashutosh Singh(2)
Jaydeep Patil(2)
Kunj Sangani(2)
Atharva Urade(1)
Gowtham Rajamanickam(1)
Saravanan Ponnusamy(1)
Saurabh Prajapati(1)
Vijay Pratap Singh(1)
Dashrath Hapani(1)
Sarthak Varshney(1)
Aman Gupta(1)
Darshan Adakane(1)
Vishal Joshi(1)
Harshit Pandey(1)
Ayush Gupta(1)
Jitendra Mesavaniya(1)
Vikas Singh(1)
Keyur Pandya(1)
Ishika Tiwari(1)
Jaimin Patel(1)
Rezwanur Rahman(1)
Saksham Gupta(1)
Rohit Gupta(1)
Kiran B S(1)
Allam Purushotham(1)
Muzaffar Ur Rahman(1)
Tejas Agravat(1)
Bhawesh Deepak(1)
Sriram Kumar Mannava(1)
Ziggy Rafiq(1)
Ravi Raghav(1)
Pushpendra Shukla(1)
Abdul Basith(1)
Uday Dodiya(1)
Rajesh Gami(1)
Bhavesh Raval(1)
Mohammad Naeem(1)
Vicente Gerardo Guzman Lucio(1)
Mohomed Shihan(1)
Gowtham K(1)
Amit Mohanty(1)
Anu Viswan(1)
Shantha Kumar T(1)
Avinash Kunnure(1)
Sakhile Msibi(1)
Ganesan C(1)
Munib Butt(1)
Anoop Kumar Sharma(1)
Hadshana Kamalanathan(1)
Delpin Susai Raj(1)
Sode Keshav(1)
Sanjay Makwana(1)
Thiago Vivas(1)
Raichand Ray(1)
Prashant Bansal(1)
Jignesh Trivedi(1)
Khushbu Saini(1)
Satyajit Paul(1)
Ramasagar Pulidindi(1)
Debasis Saha(1)
Ankit Kanojia(1)
Vinodh Narayanan(1)
Sai Balaji(1)
Haridhass Mani(1)
Resources
No resource found
Implementing JWT Authentication with Redis Cache in ASP.NET Core Web API
Jul 05, 2025.
This article demonstrates how to implement JWT authentication in an ASP.NET Core Web API using Redis cache for efficient token management. By generating access and refresh tokens during login and storing them in Redis, the API achieves faster token validation, improved scalability, and automatic expiration handling.
How to Set Up Microsoft Authentication in Power Pages for External Users
May 22, 2025.
Learn How to Set Up Microsoft Authentication in Power Pages for external Users with this step-by-step guide. Enable secure sign-in for users, integrate identity management, and enhance your site’s security using Entra ID authentication.
Azure: Secure Web API-to-Web API Authentication with Azure Managed Identity
May 21, 2025.
This article simplifies authentication between services, eliminating secrets and improving security using Azure’s built-in identity management features. Ideal for developers building secure cloud apps.
Implementing JWT Authentication in Python APIs
Apr 10, 2025.
Learn how to implement JWT authentication in a Python Flask API with step-by-step guidance. Secure your routes, generate tokens, and validate users with best practices for modern web API security.2/2
How Do We Set Up Two-Factor Authentication on an Email ID
Apr 09, 2025.
Setting up two-factor authentication (2FA) on your email adds an extra layer of security to protect your account from unauthorized access. This guide walks you through enabling 2FA on your mail ID, ensuring your email remains safe by requiring a password and a second verification step.
Server-to-Server Authentication in Zoom Using .NET Core
Feb 25, 2025.
Zoom provides a Server-to-Server OAuth (S2S OAuth) authentication method for secure API interactions between your application and Zoom services. This authentication method is recommended for server-based applications that do not require user authorization.
Basic Authentication in Asp.NET Core Web API
Jan 11, 2025.
This article explains implementing Basic Authentication in ASP.NET Core WebAPI using .NET Core 8. It covers authentication concepts, step-by-step implementation, and demonstrates a practical example with code and diagrams.
Customized Authentication Filters in ASP.MVC Core 6
Dec 04, 2024.
Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user access based on roles, claims, or tokens.
Integrate Azure AD OAuth2 SSO Authentication RBAC for AKHQ Kafka-UI
Oct 03, 2024.
This content explores the integration of Azure Active Directory (Azure AD), OAuth2, and Single Sign-On (SSO) for authentication, along with Role-Based Access Control (RBAC) for authorization, specifically for AKHQ, a Kafka user interface tool.
How DMARC Will Revolutionize Email Authentication in 2025
Sep 30, 2024.
In 2025, DMARC will be crucial for email security, protecting against phishing and spoofing. It builds on SPF and DKIM protocols to enforce policies and provide reporting. Businesses will increasingly adopt DMARC to ensure secure communications, making it essential for both small and large organizations.
Integrate Azure AD OAuth2 SSO Authentication and RBAC for Kafka-UI
Sep 23, 2024.
This article explores the integration of Azure Active Directory (AD), OAuth2, and Single Sign-On (SSO) for secure authentication and Role-Based Access Control (RBAC) for authorization within the Provectus Kafka-UI tool.
Node.js App with User Authentication and Docker Deployment
Sep 22, 2024.
Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
How to Configure Azure Fileshare with AD Authentication
Sep 17, 2024.
This document provides a step-by-step guide to setting up Azure File Share with Active Directory authentication, allowing users with an Exchange Plan 1 Microsoft license to access files securely using AD credentials.
Implement LDAP Login Authentication API in Java with Spring Boot
Aug 28, 2024.
This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication. The solution includes secure credential handling and best practices for securing the API in production.
Implementing JWT Authentication in a Next.js Application
Aug 07, 2024.
Learn how to implement JWT authentication in a Next.js application with this step-by-step guide. Covering project setup, installing necessary packages, creating utility functions for JWT and password hashing, setting up API routes for registration and login, and protecting routes.
Implementing OAuth Authentication in Next.js
Aug 07, 2024.
OAuth allows users to log in via third-party providers like Google and GitHub. Here’s a streamlined guide to integrating OAuth with NextAuth.js in your Next.js application.
Handling Authentication and Authorization in Next.js
Aug 07, 2024.
Authentication and authorization are crucial for securing web applications. Next.js offers several strategies and libraries to manage user authentication and authorization effectively. This guide covers the essentials of implementing authentication and authorization in Next.js.
Top 3 Authentication methods in Azure : SSO, MFA, Passwordless
Jul 10, 2024.
In Azure, authentication methods like Single Sign-On (SSO), Multi-Factor Authentication (MFA), and Passwordless options enhance security and user experience. SSO streamlines access, MFA adds layers of verification, and Passwordless methods eliminate reliance on traditional passwords.
How to Implement Multi Factor Authentication Using Authenticator App in ASP.NET MVC Project?
Jul 08, 2024.
Enhance your ASP.NET MVC project's security with multi-factor authentication (MFA) using an authenticator app. This guide provides step-by-step instructions for setting up your project, configuring authentication keys, creating necessary models and controllers, and generating QR codes to implement a robust MFA system.
Setting Up Google Authentication in ASP.NET Core MVC
Jul 08, 2024.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessary NuGet packages, update Startup. cs, and handle user authentication and profile management seamlessly.
Mongo DB Authentication and Authorization on Windows
Jun 10, 2024.
Dive deep into the world of MongoDB authentication. Whether you're a beginner or an experienced developer, this comprehensive guide will teach you everything you need to know about securing your MongoDB database
How To Create JWT Token Authentication In Node.js Using Mysql?
Jun 04, 2024.
Learn how to establish JWT authentication in a Node.js application using MySQL and Express. This tutorial covers database setup, creating authentication routes, and managing token creation and validation. Enhance your app's security and scalability by securing API endpoints and limiting access to authorized users.
Connect to SQL Server with SSMS Methods and Authentication Types
May 31, 2024.
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
Advanced JWT Authentication in .NET C# for Enhanced Security
May 07, 2024.
In this article, we delve deeper into JWT authentication, exploring its inner workings, best practices, security considerations, and strategies for enhancing scalability using C#.
.NET Core : Implementing Authentication & Authorization in .NET Core Apps
Apr 29, 2024.
This article provides a structured guide with code snippets and references for implementing authentication and authorization in .NET Core applications. It covers mechanisms such as Identity framework, JWT, OAuth, and OpenID Connect, offering readers a comprehensive understanding and practical implementation steps.
Automating SharePoint Site Provisioning with PnP Scripts: Overcoming Authentication Challenges (App based authentication)
Mar 28, 2024.
Encounter an error (401 Unauthorized) with New-PnPTenantSite in SharePoint Online? This issue typically indicates an authentication failure, often due to invalid credentials or insufficient permissions.
Namespace for Authentication Routes in MVC and Its Importance
Mar 19, 2024.
The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and authorization tasks.
User Authentication with Forms Authentication in ASP.NET MVC
Mar 10, 2024.
Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a database or another user store. Implementation of Forms Authentication in an ASP.NET web application.
Implementing Complex Authentication Scenarios in Microsoft Graph
Mar 10, 2024.
In this article, I will explore with you some of the complex authentication scenarios that developers may encounter when using Microsoft Graph, and how to implement them using the Microsoft Graph SDKs and the Microsoft Authentication Library (MSAL) for various platforms.
Implementation of the Azure AD Authentication Connection using .Net Maui
Feb 11, 2024.
In this article, I will explain about .NET MAUI Authentication implementation using visual studio 2022. Authentication is the process of obtaining identification credentials such as name and password from a user and validating those credentials against an authority. The entity that submitted the credentials is considered an authenticated identity if the credentials are valid. Once an identity has been established, an authorization process determines whether that identity has access to a given resource or not and Microsoft Data sync Framework has built-in support for any authentication provider that uses a Json Web Token (JWT) within a header of the HTTP transaction. This application uses the Microsoft Authentication Library (MSAL) to request such a token and authorize the signed in user to the backend service. Although we use Microsoft Entra ID for authentication, you can use any authentication library you wish with Azure Mobile Apps.
Google and Yahoo Unveil New Email Authentication Standards
Jan 29, 2024.
Email remains a cornerstone of communication in the digital age, facilitating interactions between individuals, businesses, and organizations worldwide. However, the ubiquity of email also makes it a prime target for cyber threats, including phishing attacks, email spoofing, and spam.
Disabling Multifactor Authentication in Microsoft related Services
Jan 24, 2024.
This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
Creating Custom User Authentication using AbstractBaseUser in Django
Jan 18, 2024.
This article explains the complete process of how one can create and use custom user models. The AbstractBaseUser class in Django is a fundamental component of the authentication system.
JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQL
Jan 10, 2024.
In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenarios and code examples for a deeper understanding of the underlying concepts.
Certificate Based Authentication in Azure AD App Registration using POSTMAN
Jan 08, 2024.
In this article we will go through authenticating an Azure AD app using certificate based authentication using POSTMAN tool.
Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 365
Dec 18, 2023.
We have two ways: Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 365. Azure postal service.
New feature for Authentication and Authorization in .NET 8
Nov 15, 2023.
Let's check out the cool new things that .NET 8 has added to help you keep your apps secure.
Basic Authentication with ASP.Net Core Web API Using MySQL Server
Nov 15, 2023.
This article provides a comprehensive guide for implementing Basic HTTP authentication in a .NET 3.1 API with C#. The step-by-step instructions, code snippets, and explanations seem well-organized.
Identity API Endpoints based Authentication and Authorization in .NET 8
Nov 15, 2023.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP.NET Core Identity through the classic web UI. Once you enable the Identity API endpoints, you will get endpoints like /register, /login, /forgotPassword, confirmEmail, etc.
JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs
Oct 03, 2023.
This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-based authorization without ASP.NET Core Identity.
Securing ASP.NET Core Web API with JWT Authentication and Role-Based Authorization
Sep 09, 2023.
Securing APIs in an ASP.NET Core Web API involves implementing authentication and authorization mechanisms to protect your resources and ensure that only authorized users can access them. In this example, I'll provide a step-by-step guide on how to secure an ASP.NET Core Web API using JWT (JSON Web Tokens) authentication and role-based authorization.
JWT Authentication in ASP.NET Core
Aug 07, 2023.
JWT (JSON Web Token) authentication has become a popular method for securing APIs and web applications due to its simplicity, statelessness, and versatility. In this article, we'll explore how to implement JWT authentication in ASP.NET Core, a powerful framework for building modern web applications.
Token based Authentication and Authorization Grants Explained
Aug 01, 2023.
In this article, let us learn about what is a token based authentication and the different authorization grants used in modern day applications
Secure User Authentication in Azure Using Microsoft.Identity.Client
Jul 14, 2023.
The process of authenticating users securely is essential in Azure applications. Microsoft.Identity.Client (MSAL) is a C# library that simplifies the implementation of secure user authentication in Azure. It provides functionality for integrating Azure Active Directory (Azure AD) and other identity providers, enabling applications to authenticate and authorize users.
How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?
Jul 11, 2023.
In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
OKTA Authentication in .NET Core API
Jul 05, 2023.
Authentication in .NET Core API is crucial for securing endpoints, preventing unauthorized access, and ensuring data protection. This tutorial guides you through implementing Okta OAuth-based authorization in a .NET 7 API.
How To Add Custom Authentication In Blazor
Apr 06, 2023.
Authentication is an essential aspect of web applications, and the Blazor server comes with built-in support for authentication. However, in some cases, you may need to implement custom authentication for your application
Require Multifactor Authentication For Administrative Roles
Mar 13, 2023.
We learn how to setup multifactor authentication for administrative roles in this tutorial.
Two-Factor Authentication Using Google Authenticator in Asp.Net MVC
Dec 16, 2022.
In this article, we learn about how to integrate Google Authenticator in ASP.Net MVC.
Azure Active Directory(AD) Authentication Using ASP.Net Core 6
Nov 18, 2022.
Azure Active Directory (Azure AD) is a cloud-based identity and access management service. The service helps employees access external resources such as his Microsoft 365, Azure portal, and thousands of other his SaaS applications. Azure Active Directory also helps you access internal resources such as apps on your corporate intranet or cloud apps developed for your own organization. Learn more about creating a tenant for your organization
ASP.NET Core Web API Clean Architecture With JWT Authentication
Nov 09, 2022.
In this article, you will learn about ASP.NET Core API Clean Architecture With JWT authentication and Swagger.
JWT Token Creation, Authentication And Authorization In ASP.NET Core 6.0 With Postman
Sep 05, 2022.
In this article, you will learn about JWT Token Creation, Authentication and Authorization in ASP.NET Core 6.0 with Postman.
Implementing Biometric Authentication In .NET MAUI
Aug 01, 2022.
In this article, I will show how easy it is to add biometric authentication in .NET MAUI.
Types Of Service Principals Authentication Methods
Jul 26, 2022.
In this article, you will learn the types of service principals authentication methods.
Basic Authentication For Azure Functions (Open API) .Net 6
Jul 21, 2022.
In this article, you will learn about basic Authentication for Azure Functions (Open API) .Net 6.
How To Setup Pass-Through Authentication PTA With SSO
Jul 19, 2022.
In this article, you will learn how to set up pass-through authentication (PTA) with SSO.
JWT Token Authentication In Angular 14 And .NET Core 6 Web API
Jul 02, 2022.
JWT Token Authentication in Angular 14 and .NET Core 6 Web API
JWT Token Authentication Using The .NET Core 6 Web API
Jun 28, 2022.
JWT Token Authentication using the .NET Core 6 Web API
Azure AD App Only Authentication in SharePoint Online Using PnP PowerShell
Jun 17, 2022.
This article explains app-only authentication using certificates and discusses what is certificate-based authentication and how this authentication can be used to configure Azure AD App Only authentication to SPO sites.
JWT Token Authentication In ASP.NET Core 6 Web API Using Three Tier Architecture
Mar 16, 2022.
In this article, you will learn about JWT Token Authentication in Asp.net Core 6 Web API Using Three Tier Architecture.
Using API Key Authentication To Secure ASP.NET Core Web API
Feb 18, 2022.
In this article, you will learn how to secure ASP.NET Core Web API using API Key authentication.
JWT Authentication With Refresh Tokens In .NET 6.0
Feb 06, 2022.
In this post, we will see how to use refresh token with JWT authentication to secure .NET 6.0 applications.
JWT Authentication And Authorization In .NET 6.0 With Identity Framework
Jan 30, 2022.
In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0
How to Implement JWT Authentication in Web API Using .Net 6.0, Asp.Net Core
Jan 25, 2022.
In this article, we are going to create a REST API using .Net 6.0, ASP.NET Core and perform basic CRUD operations, create a JWT token, and secure the APIs by implementing JWT Authentication.
JWT Authentication In Microservices
Jan 02, 2022.
This article walksthrough implementation of Jwt Authentication in a Microservice architecture. It uses Ocelot for building the API Gateway
Introduction To Voice Authentication Using JavaScript
Dec 27, 2021.
Learn how to use the open-source frameworks to do the Voice recognition and validation using JavaScript and Hugging space model from Microsoft
JWT Token Authentication And Authorizations In .Net Core 6.0 Web API
Dec 21, 2021.
In this article, you will learn about Jwt Token Authentication and Authorizations in .Net Core 6.0 WEB API.
JWT Authentication In A .NET 5.0 Application
Oct 18, 2021.
This article shows how to generate a JWT token in a .NET 5.0 application.
Azure AD Authentication For Azure SQL Server Managed Databases
Aug 10, 2021.
In this article, you will learn about Azure AD Authentication for Azure SQL Server Managed Databases.
Connecting To SharePoint Online Using Certificate Based Authentication In Azure Function
Aug 08, 2021.
This article contains step by step guide of connecting to SharePoint online using Certificate-based authentication.
Custom Authentication (Validate JWT Token) In .NET Core
Jul 27, 2021.
In this article, you will learn about Custom Authentication (Validate JWT token) in .NET Core.
Using Certificates For API Authentication In .NET 5
Jul 05, 2021.
In today’s article we will look at using certificates for protecting and providing authentication to our APIs in .NET 5. As we all know, security is particularly important for all applications especially APIs as these expose our business logic to be consumed by various clients over the web. By using certificates, we can ensure that whenever a call is made to our API, there is a certificate attached to it which confirms the identity of the caller and only if we recognize this identity do, we allow the API to be processed and return data to be provided.
ASP.NET Core Web API 5.0 Authentication Using JWT(JSON BASE TOKEN)
Jun 30, 2021.
In this article, you will learn about Asp.net Core Web API 5.0 Authentication using JWT(JSON BASE TOKEN).
Cookie Authentication In ASP.NET Core
May 17, 2021.
In this article, we will learn how to implement Cookie Authentication in ASP.NET Core without using Identity.
🔐 Enable Azure AD Authentication Using .Net 5.0 Web API
May 10, 2021.
In this article, you will learn how to enable Azure AD Authentication using .Net 5.0 Web API.
Forms Authentication (B), Using Database
May 03, 2021.
This article discuss Forms Authentication using Database.
Forms Authentication (A), Using XML
May 03, 2021.
This article discuss Forms Authentication by using XML
Forms Authentication (C), Using Database With Filter
May 03, 2021.
This article discuss Forms Authentication using Database with MVC Filter
Using Azure Active Directory Authentication To Sign Into Windows Virtual Machine
Apr 14, 2021.
In this article, you will learn how to use azure active directory authentication in sign into windows virtual machine.
OAuth Authentication For Web API
Mar 16, 2021.
In this article, you will learn about OAuth Authentication for Web API.
🔐 Node.js API Authentication With JSON Web Tokens
Mar 11, 2021.
In this article, we are going to learn about setting up the Authentication using JWT.
Xamarin.Forms - Fingerprint Authentication In your App
Feb 17, 2021.
In this article, you will learn how to implement fingerprint, password and face-lock Authentication in your XamarinApp.
Basic Authentication in Swagger (Open API) .Net 5
Jan 05, 2021.
In this article we are going to learn how to setup the basic auth for API's in .net 5
Turn Off Two-Factor Verification / Multi-Factor Authentication In D365
Jan 04, 2021.
This Blog is intend to show work around to turn off or remove two-factor verification / Multi-factor authentication D365 for trial instances.
How To Perform A SharePoint App-Only Authentication In Power Automate
Dec 26, 2020.
Learn how to seamlessly integrate SharePoint with Power Automate by leveraging app-only authentication. This guide walks you through the process of setting up secure authentication without user intervention, enabling automated workflows to access SharePoint resources.
Road To AZ-204 - Implement User Authentication And Authorization
Nov 16, 2020.
This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. OAuth2, Shared Access Signatures, Azure AD, Role-Based Access controls are the main components that will have their fundamentals explained here alongside a practical example.
Django CRUD And User Authentication With Django Class-Based View And PostgreSQL Database Server
Oct 26, 2020.
In this article, you will learn about Django CRUD and User Authentication with Django Class Based View using the PostgreSQL Database Server.
Create An ASP.NET Core API With Azure AD Authentication And Consuming It In SPFx
Oct 13, 2020.
This article is a step by step guide for creating an ASP.NET secure REST API using Azure AD and consuming it in SPFx
Salesforce SOAP API Authentication - Login Request
Oct 12, 2020.
This article is focused on the Authentication mechanism for Salesforce SOAP-based services.
Understand Basics Of Authentication In Blazor Server App
Oct 05, 2020.
In this article, you will learn about the basic of Authentication in Blazor server app.
Login And Role Based Custom Authentication In ASP.NET Core 3.1
Sep 11, 2020.
In this article, you will learn about login, logout, and role-based Custom Authentication in ASP.NET Core 3.1.
Set Up Multi Factor Authentication In Microsoft 365
Aug 13, 2020.
In this article, we will explore the different means by which we can enable multi-factor authentication in Microsoft 365 (also known as Office 365). This explains in details about Security Defaults, Conditional Access and per person MFA
Using Identity In ASP.NET Core MVC Authentication
Aug 12, 2020.
Explore robust user authentication in ASP.NET Core MVC with Identity framework. Learn role-based access control, claims-based authentication, and seamless integration with ASP.NET Core middleware for secure user management and authorization
Develop A Web Project With Authentication Using MEAN Stack
Jul 28, 2020.
In this step-by-step article, I will demonstrate how to build a MEAN STACK based web application using Angular 10.
Phone Number Authentication Using Firebase
Jul 13, 2020.
In this article, you will learn about Phone Number Authentication with Firebase.
👨💻 Authentication And Authorization In .NET Core Web API Using JWT Token And Swagger UI
Jul 09, 2020.
This article is meant to make the process of authentication and authorization easier using JSON Web Tokens and also to check the entire process with Swagger UI rather than PostMan.
Fetch An Access Token To Access Microsoft Graph API Using Msal.JS (Microsoft Security Authentication Library)
Jul 03, 2020.
In this article, I have explained how to fetch an access token using MSAL JS.
Add Biometric Authentication in an Android App Using Android Studio
May 12, 2020.
This article explains how to add Biometric authentication in an Android app using Android Studio
Easily Enable Azure AD Authentication In Angular And ASP.NET Core Web API App
Apr 26, 2020.
In this post, we will see how to enable Azure AD authentication in ASP.NET Core application as backend and Angular 8 as frontend using @azure/msal-angular library. We can see all the steps one by one.
Firebase Authentication In Angular
Apr 17, 2020.
In this article, you will learn about Firebase authentication in Angular.