Click here to Skip to main content
15,867,686 members
Everything / Authentication

Authentication

authentication

Great Reads

by Aram Tchekrekjian
JWT is a very common and easy way to protect APIs in a standard, URL safe and cross-platform methodology.
by DotNetLead.com
Azure AD for authentication and authorization of users for your website
by ASP.NET Community
Reference about Forms Authentication in ASP.NET
by Thang Believe
Deep dive into cookies generation to support Remember Me at login

Latest Articles

by Jim_Gray
Example code showing how to use Subtle Crypto to sign your request to Azure API in pure JavaScript or jQuery
by Ohad Redlich
authentication-flows-js is a powerful and highly customizable middleware for Node.js that covers all flows that any express-based authentication-server needs
by DotNetLead.com
Azure AD for authentication and authorization of users for your website

All Articles

Sort by Score

Authentication 

4 Jan 2013 by Vyacheslav Voronenko
Compact One Time Password Generator (RFC6238) written in javascript
2 Apr 2014 by Gareth Barlow (NBNi)
Integrating Roles Based Access Control with the Azure Active Directory Graph API in a ASP.net MVC application
19 May 2021 by Ohad Redlich
authentication-flows-js is a powerful and highly customizable middleware for Node.js that covers all flows that any express-based authentication-server needs
11 Oct 2013 by ASP.NET Community
"ASP.NET Membership builds on the success of the Forms authentication model from ASP.NET 1.x. ASP.NET Forms authentication provides a convenient way
11 Oct 2013 by ASP.NET Community
Following Codes demonstrates how to send an email with SMTP Authentication using ASP.NET 3.5using System.Net.Mail        MailMessage msgMail =
29 Dec 2015 by arif_uap
Build your own web-api using new ASP.NET 5 with EF and IdentityUser inside OSX
21 Dec 2012 by orouit
This article shows how to login to a cloud storage like Box by entering the credentials in a dialog window rather than in a Web page.
8 Apr 2016 by Maxim Komlev
Suppression of Browser dialog of Basic Http Authentication and customization
11 Oct 2013 by ASP.NET Community
From MSDN: "The WindowsAuthenticationModule provider relies on Microsoft Internet Information Services (IIS) to provide authenticated users, using
11 Oct 2013 by ASP.NET Community
Authentication means figuring out who you are and Authorization means figuring out what you can do. Both are fundamental parts of the ASP.NET
11 Oct 2013 by ASP.NET Community
This is a broad topic so I’ll try to spare too many details and give you basics. DefinitionsSession Timeout: Get and sets the amount of time,
18 Nov 2015 by /n software
Securing an Application with Multi-Factor Authentication using TOTP
1 Feb 2016 by Android on Intel
High Performance and Security Software-Based Encryption by Intel® Advanced Encryption Standard New Instructions and Intel® Secure Key
5 Jan 2017 by Sem Shekhovtsov
This article describes how to integrate Azure AD OAuth2 authentication method into .Net Core 1.0 (MVC) web application. The OAuth2 authentication method is required for using Microsoft Graph API services in particular.
3 Mar 2016 by Vyacheslav Voronenko
Steps for how OTP code is obtained, and adding a new level of security to web applications.
10 Jul 2014 by Ricardo Lynch
Using JavaScript for oAuth with three major identity providers: Facebook, Google, and Twitter.
3 Jul 2012 by Charles Wiebe and John Hansen
Maintaining code with complex permissions tends to be difficult, because the code can be distributed across multiple classes. By embedding permissions directly on methods and properties within a class, code is reduced and maintainability is simplified.
17 May 2018 by Sriganesha Rao
This article provides an overview of ASP.NET Core security features.
27 May 2014 by Syed M Hussain
Authenticating an application using IMAP
18 Sep 2016 by Zijian
Real world WCF project structure, Authentication and Authorization
10 Oct 2019 by Joseph Rozario
This article explains how to implement Token Authentication and Authorization using JWT in ASP.NET CORE.
5 Oct 2016 by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)
16 May 2016 by Dharmesh_Kemkar
Basic configuration of SSL and Client certificate validation in Windows environment
14 Jan 2020 by Prashant Rewatkar
There are multiple options to do authentication in .NET Core. This article demonstrates how to add cookie based authentication in .NET Core 3.0.
28 Nov 2013 by Rahul Rajat Singh
In this article we will look into ASP.NET Simple Membership Provider which comes as the default authentication and authorization mechanism with ASP.NET MVC 4 internet application
31 Jan 2020 by Prashant Rewatkar
This article demonstrates how to add Identity-Based Authentication in .NET Core 3.0 using In-Memory Database.
12 Aug 2016 by Manoj Reddy Ch
Securing BizTalk WCF Receive Locations with SSL and Client certificate authentication and authorization.
11 Jun 2019 by Shweta Lodha
This article will walk you through the creation of ASP.NET Core application using ASP.NET Core 2.2 from scratch, by utilizing the capabilities of package manager, EF Core, Identity API, Razor Class Library, etc.
15 Dec 2013 by Amey K Bhatkar
Kick start to mvc project by creating login screen.
11 Jul 2016 by satya inumarthi
Here I explain how to create custom authentication and mapping it to the default filters like Authorize, roles..etc
4 Oct 2016 by Sandeep S. Sandhu
Implement LDAP and Kerberos on an embedded Linux IoT to provide enterprise grade authentication for IoTs (Part 1)
13 Jan 2018 by satya inumarthi
In this article I am going to explain how we can implement Authentication and Authorization in Web, WebApi as well as for other clients.
20 Nov 2013 by Sebastian Solnica
How to configure ASP.NET authentication log
11 Oct 2013 by ASP.NET Community
ASP.NET 2.0 came with many controls designed to help you manage the login process and login status of your web site's users. The login