TECHNOLOGIES
ANSWERS
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]
Prashant Bansal (5)
Jignesh Trivedi (4)
Akshay Deshmukh (4)
Ahsan Siddique (3)
Suthahar J (3)
Manpreet Singh (3)
Nakkeeran Natarajan (3)
Yashwant Vishwakarma (3)
Tahir Naushad (2)
Catcher Wong (2)
Mukesh Kumar (2)
Anwar Basha (2)
Satheesh Elumalai (2)
Sandeep Singh Shekhawat (2)
Nitin Pandit (2)
Pushkar Dudhal (2)
Rajeev Ranjan (2)
Nitin Kumar (1)
Ashuuu Singhhh (1)
Mangesh Gaherwar (1)
El Mahdi Archane (1)
Srashti Jain (1)
Logesh Palani (1)
Saravanan Selvaraju (1)
Srinivasan K K (1)
Rahul Bansal (1)
Rasmita Dash (1)
Rajkiran Swain (1)
Vipul Jain (1)
Anbu Mani (1)
Ganeshan N (1)
Jasminder Singh (1)
Waqas Sarwar (1)
Sagar Pardeshi (1)
Johnny Morgan (1)
Afzaal Ahmad Zeeshan (1)
Ponvannan Ponnuramu (1)
Krishna Reddy (1)
Priyaranjan K S (1)
Vithal Wadje (1)
Amit Mishra (1)
Kaviya Balasubramanian (1)
Santosh Kumar Adidawarpu (1)
Abhijeet Singh (1)
Vincent Maverick Durano (1)
Munesh Sharma (1)
Shantha Kumar T (1)
Gowtham Rajamanickam (1)
Kuppurasu Nagaraj (1)
Akhil Mittal (1)
Vivek Kumar (1)
Pruthwiraj Jagadale (1)
Vetri Chelvan Indrajith (1)
Tiklu Ganguly (1)
Gowtham K (1)
Abhishek Sinha (1)
NASEEM AHAMAD (1)
Rion Williams (1)
Amit Choudhary (1)
Ibrahim Ersoy (1)
Mubarak Ahmad (1)
Jeetendra Gund (1)
Vaikesh K P (1)
Abhishek Yadav (1)
Vidya Vrat Agarwal (1)
Akash Bhimani (1)
Harpreet Singh (1)
Vd Tripathi (1)
Jean Paul (1)
Madrina Thapa (1)
Chiheb Chebbi (1)
Related resources for Authentication
No resource found
Set up ASP.NET OAuth 2.0 Authentication Middleware
7/22/2020 5:26:38 AM.
Set up ASP.NET OAuth 2.0 Authentication Middleware
Angular 5 - Login and Logout with Web API using Token Based Authentication
3/27/2018 1:27:13 AM.
Angular 5 - Login and Logout with Web API using Token Based Authentication
Configure Windows Authentication In ASP.NET Core
1/11/2018 5:57:26 PM.
Using Windows authentication, users are authenticated in ASP.NET Core application with help of operating system. Windows Authentication is a very useful in intranet application where users are in same
Authentication With Route Guards In Angular 5 Single Page Application
1/11/2018 3:52:43 PM.
Angular comes with many built-in features which can be used to achieve things like authentication and authorization Route guards are one of them; let’s see how we can achieve this in this article.
ASP.NET Core 2.0 Bearer Authentication
1/2/2018 7:08:47 PM.
Bearer Tokens (or just Tokens) are commonly used to authenticate Web APIs because they are framework independent, unlike something like Cookie Authentication that is tightly coupled with ASP.NET Core
ASP.NET Core 2.0 Cookie Authentication
1/2/2018 10:29:58 AM.
Cookie Authentication allows developers to hook into events at various lifecycle stages of the authentication process. For instance you could log successful sign-ins using OnSignedIn or use OnValidate
Xamarin.Android - Finger Print Authentication
12/31/2017 3:46:47 AM.
Today, I shall show you how to develop fingerprint authentication application in Xamarin.Android.
Custom Authentication With ASP.NET MVC
12/30/2017 11:28:18 AM.
In this article, we will demonstrate how we can build authentication system using ASP.NET MVC
Add Email Authentication To Xamarin.Android App Using Firebase - Part Two
12/19/2017 7:14:21 PM.
Today, I am going to show you how to add Email authentication in Android using FireBase.
Add Email Authentication To Xamarin.Android App Using Firebase - Part One
12/18/2017 12:32:20 PM.
Today, I am going to show you how to add Email authentication in Android using FireBase.
Chat Bot With Azure Authentication - Part Two
12/7/2017 11:56:49 PM.
In the previous part of the article series, we have completed initial setup such as app registration, Azure Active Directory Authentication and saving AccessToken to Bot State Service. In this part of
Chat Bot With Azure Authentication - Part One
12/7/2017 11:56:27 PM.
This article will teach you some tips and techniques about Azure
Chat Bot with SharePoint Authentication - Part One
12/4/2017 5:39:56 AM.
Here we will create a chatbot using LUIS and SharePoint.
Chat Bot With SharePoint Authentication - Part Two
12/4/2017 5:12:11 AM.
In the previous part of the article, we have completed the initial setup. In this part of the article, we will implement chat bot which will access data from SharePoint.
Building API Gateway Using Ocelot In ASP.NET Core - Part Two
11/27/2017 11:09:36 PM.
In this article, I will continue with the topic of Building API Gateway In ASP.NET Core and will show you something about authentication later.
Developer's Tools - How To Generate Basic Authentication Token
11/22/2017 6:07:36 PM.
This demo is about another tool that I worked out during an assignment while working with an integration scenario using web services supporting Basic Authentication.
Building Bot Application With Azure AD Login Authentication Using AuthBot
10/30/2017 12:57:10 AM.
The Azure AD is the identity provider, responsible for verifying the identity of users and applications and providing security tokens upon successful authentication of those users and applications.in
Web API Token Based Authentication With Angular - Part Two
9/26/2017 10:18:33 AM.
This article will demonstrate about how to implement Token Based Authentication in Angular JS application. In my previous article, I have explained how to implement Token Based Authentication in Web A
Create A Website Having Azure Active Directory Authentication Using Visual Studio
9/19/2017 2:14:30 PM.
Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud based directory and identity management service. Azure AD combines core directory services, advanced identity governance, and appli
Web API Token Based Authentication With Angular - Part One
9/6/2017 4:07:18 PM.
Authentication is a vital process in system programming. Authentication means verifying the user who is accessing the system. Today we are using modern devices that have different types of Apps or sof
Configure Authentication Providers On Web Applications In SharePoint 2016 Central Administration
8/31/2017 4:46:43 PM.
Let’s open Central Admin of SharePoint on your machine. On your Windows desktop screen, click Start >> Administrative Tools >> SharePoint 2016 Central Administration.
Accessing Microsoft Graph Data Using Azure AD Authentications From SPFx
8/24/2017 3:58:07 PM.
Let us see how to call Microsoft cloud data using Azure Active Directory authentications from SharePoint framework components.
Google APIs - Google Web Authentication
8/19/2017 2:21:55 AM.
Google provides a variety of API services such as Google Cloud APIs, G Suite APIs, Google Map APIs, Mobile APIs, Social APIs. Now, we will discuss how to add Google Authentication to your web site.
Connecting Login Form In C# With Database For User Type Authentication
8/15/2017 11:29:17 AM.
This article describes how to connect a Login Form designed in C# with a database so that the user gets validated based upon the password given by the administrator who has created the login database.
Configuring Azure AD With App Permissions For SharePoint REST API Authentications
8/15/2017 11:06:09 AM.
Let us see how to setup the Azure Active Directory with necessary app permissions for accessing the Microsoft data using graph API.
Creating Login Form With Authentication For User Login Using C#
8/9/2017 3:27:36 PM.
This article describes how to create a login form and to validate user login with additional feature like changing pictures according to the type of user
Phone Number Authentication Using Firebase
8/6/2017 11:55:54 AM.
In this article, I am going to explain how to use phone number authentication on android with google firebase, which allows users to sign in using their phone number by receiving a One Time Password S
How To Enable JwtBearer Authentication In Your NancyFx Project
7/22/2017 11:44:02 PM.
In this article , you will learn how to enable JwtBearer authentication when you are building APIs through NancyFx and learn how to implement the JwtBearer Authentication , this is also an open source
AngularJS OTP Verification With Third Party Authentication
7/21/2017 1:59:09 PM.
Goto to Controller.js and Service.js page and follow the below steps.
Integrating SharePoint Data Into Node.JS With Access Token
7/17/2017 5:13:25 PM.
In this article, you will learn how to integrate SharePoint applications data into node applications with access token.
SharePoint 2016 - Forms Based Authentication - Part Three
7/11/2017 11:09:34 AM.
In the previous article SharePoint 2016: Forms Based Authentication – Part 2 of this series on implementing FBA with SharePoint we saw the execution of Steps 3 & 4 for the process.In this article
SharePoint 2016 - Forms Based Authentication - Part Four
7/11/2017 11:08:31 AM.
In the previous article SharePoint 2016: Forms Based Authentication – Part 3 of this series on implementing FBA with SharePoint we saw the execution of Step 5 for the process.In this last article of t
SharePoint 2016 - Forms Based Authentication - Part One
7/10/2017 10:21:32 AM.
In this article we will see all the steps involved in implementing FBA with SharePoint
SharePoint 2016 - Forms Based Authentication - Part Two
7/10/2017 10:19:41 AM.
In the previous article SharePoint 2016: Forms Based Authentication of this series on implementing FBA with SharePoint we saw the execution of Steps 1 & 2 for the process. In this article we are g
Angular 4 Authentication With Auth0
7/4/2017 4:44:03 PM.
In this post we will quickly walkthrough how to do an authentication in an angular 4 app with a third party authentication provider called Auth0.
Remove the Anonymous Authentication Exception in WCF
6/26/2017 6:50:10 AM.
This article explains how to remove the Anonymous Authentication exception that occurs at the time of a WCF service (3.5 Framework) hosting on IIS.
Getting started with Microsoft Graph API in a Xamarin Forms Application
6/23/2017 11:39:27 AM.
In this article you will learn how to implement login authentication and send mail using Microsoft graph API in the Xamarin Forms application.
Angular Facebook User Authentication
6/21/2017 10:36:36 AM.
AngularJS Facebook User Authentication.
Token Based Authentication Using ASP.Net Web API, OWIN and Identity With Entity Framework
5/22/2017 12:11:30 PM.
This article explains how to use Token Based Authentication using ASP.NET Web API, OWIN and Identity with Entity Framework.
Azure Active Directory Authentication
5/3/2017 3:31:22 PM.
This article illustrates Azure Active Directory authentication.
Creating SQL Sever Database For Authentication Using Membership And Role Provider In SharePoint
4/25/2017 4:13:16 PM.
Creating SQL Sever database for authentication, using Membership and Role Provider in SharePoint.
How To Set Up Multi-Factor Authentication(MFA) For Office 365 Users
4/23/2017 1:57:09 AM.
How to set up Multi-Factor Authentication(MFA) for Office 365 users.
Xamarin Android - Login With Facebook Authentication
4/19/2017 3:24:24 PM.
In this article, you will create an Android app login with Facebook authentication.
How To Use Google Authentication API In Your Application Using Android Studio
4/15/2017 10:46:59 AM.
This article explains how to use Google Authentication API in your Application, using Android Studio
Basic Authentication Using Message Handlers In Web API
3/20/2017 6:22:57 PM.
Basic Authentication Using Message Handlers In Web API.
SharePoint 2016 Central Admin - Security - Specify Authentication Providers
3/15/2017 5:50:03 PM.
SharePoint 2016 Central Admin – Security – Specify authentication providers.
Specify Authentication Provider Settings In SharePoint 2013 Central Administration
3/7/2017 1:22:14 PM.
In this article, we will see how to specify authentication provider settings in SharePoint 2013 Central Admin.
Generate Bing Maps Authentication Key For Windows Based Applications
2/27/2017 11:17:05 AM.
In this article, you will learn how to generate Bing Maps authentication key for Windows based application.
SharePoint 2013 - App Authentication Using S2S High Trust
2/15/2017 11:33:48 AM.
In this article, we will explore how to set SharePoint app solutions to be purely on-premises.
Authentication And Claim Based Authorization With ASP.NET Identity Core
2/11/2017 3:29:20 PM.
In this article, you will learn about Authentication and Claim Based Authorization with ASP.NET Identity Core.
ASP.NET Core MVC - Authentication And Role Based Authorization With ASP.NET Core Identity
1/18/2017 11:10:14 AM.
In this article, you will learn about authentication and role based authorization with ASP.NET Core Identity.
Authentication With Angular 2 App (Front-end) And ASP.NET Web API (Back-end)
1/2/2017 2:32:44 AM.
In this article, you will learn about authentication with the Angular 2 app (front-end) and ASP.NET Web API (back-end).
Configure Authentication Providers On Web Applications In SharePoint 2013 Central Administration
12/31/2016 11:33:57 AM.
In this article, we will see how to configure authentication providers on web applications in SharePoint 2013 Central Admin.
Authenticating Git Access In Visual Studio Team Services
12/16/2016 2:59:35 AM.
A recommendation tip for viewers to authenticate the Git access. I will demonstrate how to use Git Credentials Manager for Windows in order to generate keys for your teams, instead of having to authen
Configuring Kerberos Authentication On Share Point 2013 - 2016 Web Application
11/24/2016 12:09:30 PM.
In this article, you will learn configuring Kerberos Authentication in Share Point 2013 - 2016 web application.
Claims Based Authentication
11/15/2016 11:34:49 AM.
In this article, you will learn about claims based authentication.
Get Started With Multi-Factor Authentication In Office 365
10/26/2016 4:13:33 PM.
In this article, you will learn how to get started with Multi-Factor Authentication in Office 365.
Two Factor Authentication In ASP NET MVC
9/6/2016 12:37:59 AM.
In this video tutorial we will learn what is two factor authentication.
Authentication In ASP.NET Web API - Part Eight
9/2/2016 12:48:31 PM.
In this article, we will learn about authentication in ASP.NET Web API using Fiddler.
Enable/Disable the Anonymous Authentication For SharePoint Web Application in IIS
9/1/2016 11:03:58 PM.
In this article, I would like to share the procedure for enabling/disabling the authentication for a SharePoint web application in IIS.
Multi-Factor Authentication (MFA) In Windows Azure AD - Part Three
8/4/2016 11:46:04 AM.
In this article, you will learn about Multi-Factor Authentication (MFA) in Windows Azure AD.
Broken Authentication And Session Management And Its Prevention Mechanism
7/19/2016 6:16:09 PM.
In this article, you will learn about broken authentication and session management and its prevention mechanism.
Google Firebase Login Authentication Implementation In Android
7/18/2016 8:03:49 PM.
In this article, you will learn about Google Firebase login authentication implementation in Android.
Building Web Application Using Entity Framework And MVC 5: Part 2
7/1/2016 8:04:18 AM.
This article explains how to create a Login page and create a custom role-based page authorization.
Facebook Authentication For ASP.NET MVC Web Application
5/25/2016 12:49:31 PM.
In this article we will learn how to work Facebook Authentication for ASP.NET MVC Web Application.
Authenticate SharePoint Using PnP Authentication Manager
5/17/2016 3:11:53 AM.
In this article you will learn how to authenticate SharePoint using PnP Authentication Manager.
SharePoint 2013 Authentication Provider
5/10/2016 10:58:30 AM.
In this article I would like to explain about Authentication types in SharePoint and how it works.
Facebook Authentication In ASP.NET MVC 5.0: Part Fifteen
4/27/2016 4:08:22 PM.
In this article you will learn about Facebook Authentication in ASP.NET MVC 5.0.
How To Configure Azure Websites Authentication/ Authorization
4/25/2016 11:23:37 AM.
In this article you will learn how to configure Azure Websites Authentication/ Authorization by using the Azure portal.
RESTful Day #5 - Security in Web API - Basic & Token Based Custom Authorization in Web APIs Using Action Filters
4/13/2016 12:42:29 PM.
This article explains security in Web APIs including Basic Authentication and Token Based Custom Authorization in Web APIs using Action Filters.
Multi-Tenant Authentication Using Azure AD In ASP.NET
4/11/2016 11:34:23 AM.
In this article you will learn about Multi-Tenant Authentication using Azure AD in ASP.NET.
Authentication With Office 365 In C#
4/10/2016 12:14:41 PM.
In this article we are going to learn how to authenticate with Office 365 credentials in C#.
SSL Certificate Based Authentication In Web API Project
3/30/2016 1:05:41 PM.
In this article you will learn SSL Certificate based Authentication in Web API Project
Windows Authentication In ASP.NET
3/29/2016 2:25:00 AM.
I am going to explain about Windows authentication in ASP.NET. It is for helping those people who are new to ASP.NET.
Azure AD B2C: How to enable consumer logins and access management for your B2C apps
1/12/2016 1:58:40 AM.
If you struggle with identity management and the user sign-in experience for your consumer applications and websites Azure AD B2C is a new service to help you to reliably and securely maintain user accounts for your B2C apps. Watch the show as lead engineer Alex Simons walks through the tech behind the scenes that makes it all possible and how you can quickly: Connect your existing Web and mobile apps; allow your users to sign-in with social network accounts; configure the service and scale your app to reach millions of consumers globally.
Basics of Database Administration in SQL Server: Part 4
12/29/2015 5:31:53 AM.
In this article you will learn the basics of Database Administration in SQL Server.
Basics of Database Administration in SQL Server: Part 2
12/29/2015 5:14:49 AM.
In this article you will learn the basics of Database Administration in SQL Server.
ASP.NET WEB API With Entity Framework - Part 3
12/24/2015 2:17:32 PM.
From this article you will learn about routing and authentication in ASP.NET WEB API with Entity Framework
Forms Authentication In ASP.NET
12/14/2015 2:11:44 AM.
In this article I am going to explain how to use form authentication in our web application to authenticate user.
Authentication Services With ASP.NET MVC Web Application
12/2/2015 3:48:12 AM.
In this article We will see how enable external Authentication services in MVC with ASP.NET.
Using A Cookie-Aware WebClient To Persist Authentication In ASP.NET MVC
11/2/2015 11:07:12 AM.
In this article you will learn how to use cookie-aware WebClient to persist authentication in ASP.NET MVC.
Create Secure WCF REST API With Custom Basic Authentication
10/22/2015 11:53:06 AM.
In this article you will learn how to create secure WCF REST API with Custom Basic Authentication.
Token Based Authentication Using ASP.NET Web API in AngularJS
9/24/2015 10:42:43 AM.
In this article we will learn about the token based authentication using ASP.Net web API in AngularJS
Resolve "Authentication Required" Error While Accessing An App
9/15/2015 2:09:29 PM.
This post advice you to consider using regedit entry to solve the LoopBack issue by the App Domains.
Resolve Bulk Load Error While Using SQL Server Authentication In Windows Application
9/15/2015 4:10:00 AM.
In this article you will learn how to solve bulk load error while using SQL Server Authentication in our Windows Application.
Building MVC 5 Application With an Open Authentication
8/21/2015 7:57:24 PM.
This article shows how to build MVC 5 applications with open authentication.
How to Use Authentication by Xamarin.Auth in Xamarin.Forms
8/15/2015 12:44:33 AM.
In this article we will learn about Authentication by Xamarin.Auth in Xamarin Forms.
Single Tenant Authentication Using Azure AD in ASP.Net
7/20/2015 10:57:03 PM.
This article introduces Single-Tenant Authentication and shows how to use it with a sample application.
Authentication Modes in SQL Server
7/16/2015 1:11:33 AM.
This article explains a little more about authentication modes so that we can get a more clear picture of authentication modes.
Authentication Modes Available in SQL Server
7/10/2015 11:24:51 PM.
This article shows how to connect to SQL Server to access data or information.
Introduction to Token Based Authentication Using OWIN (Katana) and OAuth
6/2/2015 10:38:43 PM.
This article provides an introduction to Token Based Authentication using OWIN (Katana) and OAuth.
Understanding Windows Authentication in Detail
5/26/2015 2:59:40 AM.
This article explains Windows Authentication in details.
Overview of Common Configuration in ASP.Net Website
5/5/2015 7:35:34 PM.
In this article you will learn some of the common configurations in ASP.NET websites.
Form Authentication in MVC 5: Part 1
5/1/2015 2:37:25 PM.
In this article we will learn what Authentication and Authorization is with a small demo of what we will accomplish by the end of this series.
Google+ Authentication in ASP.Net
4/12/2015 4:47:13 PM.
In this article you will learn how to use Google Plus authentication in ASP.NET.
WCF - Authentication and Authorization in Enterprise Architecting
4/11/2015 12:10:06 PM.
In this article I am going to show how to use Authorization and Authentication using a WCF service in Enterprise Architecting standards. This article is of Advanced WCF concepts.
Authentication and Authorization Using IPrincipal Interface
3/9/2015 10:35:57 AM.
This article explains authentication and authorization and the use of the IPrincipal Interface instead of IIdentity.
Token Based Authentication Using Web API 2: Part 2
2/24/2015 10:23:28 PM.
This article shows how to authorize and authenticate a Token in a resource.
Token Based Authentication in Web API 2
1/7/2015 9:56:22 PM.
This article explains the OWIN OAuth 2.0 Authorization and how to implement an OAuth 2.0 Authorization server using the OWIN OAuth middleware.
Windows Azure - Authentication Using Facebook - ACS: Part 2
1/2/2015 7:44:38 PM.
This article explains how to do authentication in Window Azure's Access Control Services using Facebook.
- Ebook
ASP.NET 2.0 Revealed
ASP.NET 2.0 Revealed will empower you to jump in and start exploring ASP.NET 2.0 with...
Download