TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Authentication
Authentication
is process which confirm the identification of user and client at web login time, We can also say that is a function which is matched the entered details with database record if database information is matched with login user name and password is same as then we are successfully moved in Authenticate Mode called verified process. All the web developments are mostly used
Authentication
code to verified a particular user in login process. For example if we have an Computer password then we can easily login to the system because this ,password is also stored is system Administrator database which give permission to user access this Operating system.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (10)
Vinay Ayinapurapu (5)
Sarathlal Saseendran (4)
Prashant Bansal (4)
Ziggy Rafiq (3)
Swesh S (3)
Abdul Basith (3)
Ashutosh Singh (2)
Aravind Govindaraj (2)
Jaydeep Patil (2)
Asma Khalid (2)
Subham Ray (2)
Vikas Hooda (2)
Jignesh Trivedi (2)
C# Corner Live (2)
Avinash Kunnure (2)
Sakhile Msibi (2)
Ajay Kumar (1)
Muzaffar Ur Rahman (1)
Keyur (1)
Koshila Senadhira (1)
Jithu Thomas (1)
Gowtham K (1)
Tejas Agravat (1)
Ijas Ahamed (1)
Gaurav Karroy (1)
Ehtesham Mehmood (1)
Rama Mohan (1)
Khoday Akilesh (1)
Cr Bhargavi (1)
Nakul Chaudhari (1)
Bhawesh Deepak (1)
Jay Pankhaniya (1)
Sriram Kumar Mannava (1)
Rinki (1)
Ravi Raghav (1)
Vishal Babuks (1)
Usama Shahid (1)
Shenbagapandiyan P (1)
Abhishek Tiwari (1)
George (1)
Pushpendra Shukla (1)
Vijay Pratap Singh (1)
Shilpa Tanwar (1)
Uday Dodiya (1)
Rajesh Gami (1)
Bhavesh Raval (1)
Mohammad Naeem (1)
Mark Pelf (1)
Saif Ullah Rao (1)
Vicente Gerardo Guzman Lucio (1)
Mohomed Shihan (1)
Jay Krishna Reddy (1)
Shanuka Maheshwaran (1)
Amit Mohanty (1)
Visakh P (1)
Abhijeet Jadhav (1)
Arjit Soni (1)
Anupam Maiti (1)
Anu Viswan (1)
Shantha Kumar T (1)
Tanuj Gyan (1)
Sandhya Shinde (1)
Habibur Rony (1)
Venkata Subbarao Polisetty (1)
Related resources for Authentication
No resource found
Securing Your .NET Core APIs
11/18/2023 6:19:41 AM.
This article explains how you can secure your .NET Core APIs with essential practices. It covers JWT authentication, role-based authorization, HTTPS implementation, input validation, and rate limiting
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
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
New feature for Authentication and Authorization in .NET 8
11/15/2023 10:44:06 AM.
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
11/15/2023 6:06:58 AM.
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.
What is an API Gateway and What are the Functionalities of the API Gateway?
11/12/2023 8:58:35 AM.
This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
OpenID Connect and OAuth 2.0 Cognizance
11/1/2023 7:37:02 AM.
An overview of OpenConnect and OAuth and its usage in the digital world. It introduces a standardized method for verifying user identities, allowing users to authenticate across different sites or app
JWT Token Authentication Using The .NET Core 6 Web API
10/30/2023 4:55:04 AM.
JWT Token Authentication using the .NET Core 6 Web API
ASP.NET MVC - OAuth 2.0 REST Web API Authorization Using Database First Approach
10/25/2023 10:29:33 AM.
This article is about OAuth 2.0 authorization scheme integration with ASP.NET MVC REST Web API.
JWT Authentication And Authorization In .NET 6.0 With Identity Framework
10/19/2023 5:14:08 AM.
In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0
How To integrate An Azure Storage Account With Azure Active Directory
10/17/2023 11:13:46 AM.
To integrate an Azure Storage Account with Azure Active Directory, you can use Azure AD authentication for your storage resources. This allows you to control access, implement role-based access contro
SAML Authentication
10/16/2023 6:41:29 AM.
Understanding SAML Authentication: How It Works and Its Role in Modern Security
Using API Key Authentication To Secure ASP.NET Core Web API
10/13/2023 8:46:44 AM.
In this article, you will learn how to secure ASP.NET Core Web API using API Key authentication.
Custom JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs
10/11/2023 10:44:33 AM.
In this post I specifically talk about Authentication for an ASP.NET Core Web API, Using JWT Tokens, Using Role Based Authorization, Using only ASP.NET's low level Auth features - not using ASP.NE
Solution: Login failed for user 'sa'. Microsoft SQL Server, Error 18456
10/11/2023 9:38:58 AM.
Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)" is the most common error in SQL server login. There are multiple reasons for this error. One potential reason is you are t
Web API Token Based Authentication
10/5/2023 9:54:09 AM.
Generation of token in webapi and using the token to fetch data from api.
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
10/3/2023 6:29:13 AM.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
Login Form With SQL In C#
9/24/2023 6:05:26 PM.
A Login Form with SQL in C# is a graphical user interface (GUI) application built using the C# programming language and the .NET framework. It is used to authenticate users by verifying their credenti
Task Management API with GraphQL in ASP.NET Core
9/22/2023 8:16:12 AM.
Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task
Authentication And Authorization In ASP.NET Core Web API With JSON Web Tokens
9/22/2023 7:21:46 AM.
In this post, we will see how to create JWT authentication in ASP.NET Core Web API application. We will store the user credentials in SQL server database. We will use Entity framework code first appro
Advanced Sorting and Searching in ASP.NET Core Web API
9/15/2023 6:48:58 AM.
Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
Securing ASP.NET Core Web API with JWT Authentication and Role-Based Authorization
9/9/2023 12:02:42 PM.
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 exam
Addressing Common Code Smells in ASP.NET Core
9/9/2023 11:25:15 AM.
Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaini
Oracle Data Provider for .NET : Part II
9/5/2023 5:55:04 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Registering Applications with Certificates, Secrets, and Federated Credentials
9/2/2023 7:16:16 AM.
Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
9/1/2023 4:42:17 AM.
This article will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to preven
C# Security: Best Practices for Secure Coding
8/31/2023 5:05:34 PM.
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to
Mastering Dependency Injection and Third-Party IoC Integration
8/29/2023 8:59:26 AM.
Dependency Injection (DI) is a design pattern used in software development to achieve loosely coupled components by allowing the injection of dependencies into a class rather than creating them within
Web Application Enhancement: Action Filters for Cross-Cutting Concerns
8/28/2023 6:14:23 AM.
Action filters are an integral part of many modern web frameworks, including ASP.NET MVC, ASP.NET Core, and others. They allow you to intercept and modify the request and response pipeline for an appl
Enhancing Security and Access Management with Microsoft Entra
8/24/2023 7:02:57 AM.
Unveiling Microsoft Entra: Elevating Secure Identity and Access Management" is a resource that likely introduces and explores Microsoft Entra, a solution focused on enhancing identity and access
Deploy the Microsoft Teams Bot in Azure and Test in Web Chat
8/12/2023 1:05:13 PM.
In this article we shall see how to deploy the Microsoft Teams bot in Azure Cloud and test in the web chat and also the SDKs used to develop the same.
Understanding SSH Authentication
8/10/2023 4:57:38 AM.
Unveil the significance of SSH (Secure Shell) in securing network communication. Explore SSH authentication's core concepts, methods, and integration into .NET Core applications for fortified remo
Building Custom Middleware Components for Logging, Error Handling, and Request/Response Modification
8/9/2023 5:05:33 AM.
ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
JWT Authentication in ASP.NET Core
8/7/2023 8:33:18 AM.
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
What is MTA-STS and TLS-RPT
8/7/2023 6:30:39 AM.
MTA-STS, short for Mail Transfer Agent - Strict Transport Security, is an email security protocol designed to enforce secure encrypted connections between email servers. It aims to prevent man-in-the-
Building a Secure .NET Core Web API for Azure AD Integration with SharePoint Online SPFx
8/5/2023 10:24:51 AM.
Learn how to build a secure .NET Core Web API integrated with Azure AD for seamless authentication and authorization with SharePoint Online SPFx web parts. Enhance your application's security and
Salesforce REST API: The Login Request (Authentication Step)
8/2/2023 8:59:37 AM.
In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the re
Token based Authentication and Authorization Grants Explained
8/2/2023 5:37:02 AM.
In this article, let us learn about what is a token based authentication and the different authorization grants used in modern day applications
Salesforce SOAP API: POST Request With SOQL Query Envelope [Standard SObjects]
7/27/2023 11:11:56 AM.
In this article, we will discuss the detailed steps on executing SOQL queries for Standard Salesforce SObjects using SOAP API Query Envelopes.
Create a Microsoft Teams Bot using Node JS
7/24/2023 5:51:20 AM.
how to create a chatbot in Microsoft Teams using the Teams Toolkit which could use the basic template from Teams Toolkit, this article focuses on how to run from Microsoft Teams or how to run from Bot
Salesforce SOAP API Authentication - Login Request
7/21/2023 8:57:30 AM.
This article is focused on the Authentication mechanism for Salesforce SOAP-based services.
How To Configure Salesforce Connected Apps For REST API Integration
7/21/2023 8:38:25 AM.
In this article, will see how we can create & configure a connected app to enable integration with external applications.
Client Credentials Flow - Call Web API to API without user interaction
7/18/2023 6:21:20 AM.
This article shows the way to call API to API with user interaction by using Client Credentials Flow.
Create a Telegram bot using Node JS
7/17/2023 6:24:20 AM.
how to create a chatbot in Telegram which could echo the message we say, this article focuses on how to register a bot in Telegram and create a node project with the environment token key to authentic
Secure User Authentication in Azure Using Microsoft.Identity.Client
7/14/2023 7:21:24 AM.
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 Az
JWT Authentication In ASP.NET Core
7/13/2023 8:31:11 AM.
JWT (JSON web token) become more and more popular in web development. It is an open standard which allows transmitting data between parties as a JSON object in a secure and compact way.
How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?
7/11/2023 7:26:52 AM.
In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
OKTA Authentication in .NET Core API
7/6/2023 9:01:24 AM.
OKTA Authentication in .NET core API
Calling Web API to Web API without User Interaction by using Azure Managed Identity
6/30/2023 8:30:45 AM.
This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
Rest Assured API Automation Testing Concepts
6/29/2023 9:57:55 AM.
This article provides an overview of various concepts related to API automation testing using the Rest Assured library. It covers topics such as sending query parameters and path parameters, handling
Build a Phone Authentication App
6/21/2023 7:18:10 AM.
In this session, you will learn how to Build a Phone Authentication App.
Disabling the "Remember Me" Option from Azure Account
6/10/2023 5:52:16 AM.
In today's digital landscape, user privacy and data security are paramount concerns. Online platforms and services often provide a "Remember Me" or "Keep me signed in" option,
Authentication And Authorization In Angular - Part Twelve
5/30/2023 11:19:04 AM.
Before we get into the mechanics of implementing Authentication and Authorization, let’s have a quick look at high level architecture. So let’s start with Authentication. So in order to build authenti
Custom JWT Handler In ASP.Net Core 7 Web API
5/26/2023 10:50:50 AM.
In ASP.NET Core Web API, you can create a custom JWT (JSON Web Token) handler to handle token authentication and authorization. The custom handler lets you define your logic for validating and process
Auth at One Place (AOP)
5/25/2023 5:55:39 AM.
Unified IdPs can be a valuable tool for improving security and efficiency in your organization
Enhancing Security with Microsoft 365 Secure Score
5/18/2023 8:17:29 AM.
By identifying opportunities to strengthen security throughout your organization, Identity Secure Score gives organizations greater insight and control over their security posture.
iOS App Security: Best Practices for Protecting User Data
5/12/2023 6:39:13 AM.
This article discusses best practices for iOS app security, including encryption, user authentication, secure network communications, code signing, app sandboxing, two-factor authentication, anti-jail
SQL Server 2022 Developer Edition Installation --- Basic
4/17/2023 12:14:13 PM.
This article discusses the SQL Server installation --- Basic
How To Add Custom Authentication In Blazor
4/6/2023 9:08:44 AM.
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
How To Disable Azure Active Directory Only Authentication
4/3/2023 5:58:49 AM.
This article will show how to disable the Azure Active Directory Only Authentication type and enable SQL Server Authentication in azure.
How To Use Captcha In Next JS App
3/27/2023 5:17:19 AM.
Here in this article, we check how to create Next JS application and use captcha with Next JS.
Require Multifactor Authentication For Administrative Roles
3/13/2023 11:38:21 AM.
We learn how to setup multifactor authentication for administrative roles in this tutorial.
Two-Factor Authentication Using Google Authenticator in Asp.Net MVC
12/16/2022 8:53:12 AM.
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
11/23/2022 5:33:15 AM.
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
JWT Refresh Token
11/21/2022 4:45:23 AM.
JWT Token and Refresh Token Architecture.
ASP.NET Core Web API Clean Architecture With JWT Authentication
11/11/2022 2:36:48 AM.
In this article, you will learn about ASP.NET Core API Clean Architecture With JWT authentication and Swagger.
Azure AD App Only Authentication in SharePoint Online using PnP PowerShell
10/6/2022 5:08:22 AM.
This article explains app only authentication using certificates and discusses about what is certificate based authentication and how this authentication can be used to configure Azure AD App Only aut
SharePoint app-only principal to acess SharePoint Online
10/6/2022 5:07:52 AM.
This article, describes what token based authentication is and the steps required to achieve this.
JWT Token Creation, Authentication And Authorization In ASP.NET Core 6.0 With Postman
9/5/2022 6:09:42 AM.
In this article, you will learn about JWT Token Creation, Authentication and Authorization in ASP.NET Core 6.0 with Postman.
What Is DMARC ? | Why DMARC Is Important ? | Understanding DMARC Records
8/16/2022 4:29:28 PM.
In this article we will learn about DMARC, why it is important for email, and also how to get the best understanding of DMARC records.
Git - Push From GUI Client Returns "Authentication Failed"
8/15/2022 12:31:25 AM.
Git push to GitHub or Bitbucket from third party Gui client results in "Authentication Failed."
Microsoft MFA Enabled Vs Enforced Azure AD Free
8/13/2022 2:11:05 AM.
In this article, you will learn about Microsoft MFA Enabled Vs Enforced Azure AD Free.
Modern Authentication - Why passwords Are No Longer a Priority - Azure User Group Sweden
8/6/2022 4:50:47 AM.
In this session, you will learn how these new techniques provide additional protection and security for your cloud identities and demonstrate how to plan and architect a strong hybrid identity structu
Implementing Biometric Authentication In .NET MAUI
8/1/2022 9:50:09 PM.
In this article, I will show how easy it is to add biometric authentication in .NET MAUI.
Types Of Service Principals Authentication Methods
7/26/2022 9:46:26 PM.
In this article, you will learn the types of service principals authentication methods.
Granting Full Control Rights To Azure AD App
7/26/2022 9:18:30 PM.
In this article, you will learn how to grant Full Control Rights to the Azure AD App.
Installing MS Graph PowerShell Module
7/26/2022 8:24:11 PM.
This article explains what MS Graph is and how to install the Graph Powershell module on a Windows machine.
Basic Authentication For Azure Functions (Open API) .Net 6
7/21/2022 8:34:18 PM.
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
7/19/2022 9:21:40 PM.
In this article, you will learn how to set up pass-through authentication (PTA) with SSO.
ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach
7/8/2022 3:31:52 AM.
This article is about creating razor pages base simple asp.net core login application using entity framework.
Token Based Authentication Using ASP.Net Web API, OWIN and Identity With Entity Framework
7/4/2022 6:11:59 AM.
This article explains how to use Token Based Authentication using ASP.NET Web API, OWIN and Identity with Entity Framework.
JWT Token Authentication In Angular 14 And .NET Core 6 Web API
7/2/2022 5:29:13 PM.
JWT Token Authentication in Angular 14 and .NET Core 6 Web API
How to Implement JWT Authentication in Web API Using .Net 6.0, Asp.Net Core
6/22/2022 6:47:37 AM.
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.
ASP.NET Core - Cookie Sharing Authentication
6/3/2022 12:16:01 PM.
In this article, you will learn about Cookie Sharing Authentication.
How To Use The Identity Framework With Refresh Token Validations
4/4/2022 3:36:33 PM.
.Net Core JWT Authentication and Authorization Continues with Identity Framework and refreshes Token Validations in Net Core 6
Authentication In Smart TV App - Device Code Flow
3/30/2022 12:57:14 PM.
Device Authorization flow has become common in applications running on devices like Smart TVs, game consoles, and printers needs authentication. These devices or operating systems don't provide a
JWT Token Authentication In ASP.NET Core 6 Web API Using Three Tier Architecture
3/16/2022 5:55:21 AM.
In this article, you will learn about JWT Token Authentication in Asp.net Core 6 Web API Using Three Tier Architecture.
Update Office 365 With Two Step Verification
3/8/2022 4:31:11 AM.
Turning two step verification in Office 365 on or Off.
Client-side Application For JWT Refresh Token In Angular 13
2/14/2022 4:14:33 AM.
In this post, we will create a client-side application for JWT refresh token in Angular 13.
JWT Authentication With Refresh Tokens In .NET 6.0
2/7/2022 4:07:00 PM.
In this post, we will see how to use refresh token with JWT authentication to secure .NET 6.0 applications.
How To Secure Private Docker Registry
2/2/2022 2:20:02 PM.
This article demonstrates how to secure a private docker registry by implementing the basic authentication. Here we will add username and password to our hosting server so that it will secure with cre
Validate If Client ID And Client Secret Are Valid
2/1/2022 4:23:26 AM.
This article describes about validating the app principals by checking the validation of client ID and Client Secret details.
JWT Authentication In Microservices
1/2/2022 8:55:22 AM.
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
12/27/2021 5:10:40 AM.
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
12/21/2021 5:44:40 AM.
In this article, you will learn about Jwt Token Authentication and Authorizations in .Net Core 6.0 WEB API.
Deploy .NET Core API To Azure Cloud And Secure It Using Facebook Authentication
12/14/2021 6:09:14 PM.
In this article series, we will learn how to create a .NET Core API that can do CRUD operations on Azure Cosmos DB and then publish it to Azure Cloud. After that, we will secure the API with Easy Auth
URL Creation Fundamentals In MVC
11/7/2021 5:35:23 AM.
In this article, we are going to explore different ways of URL creation in MVC and different fundamental concepts of MVC.
JWT Authentication In A .NET 5.0 Application
10/18/2021 4:22:42 AM.
This article shows how to generate a JWT token in a .NET 5.0 application.
Authentication And Authorization In ASP.NET Core 2.0 Using Azure Active Directory And OpenID Connect
10/13/2021 12:24:57 AM.
This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into asp.net core 2.0 web app for authentication and role base authorization.
Build A ToDo List Application Using Angular, .Net 5.0 Web API And Microsoft SQL Server
9/30/2021 5:03:03 AM.
In this article, you will learn about a ToDo list application Angular frontend with Authentication.
Use Postman Tool To Create And Update Records In Dynamics CRM
9/29/2021 1:01:26 PM.
One of the common scenarios is to work with CRM Web APIs is to quickly create or update records in Dynamics CRM. Within less time, we can achieve this requirement using Postman tool, here as an exampl