Click here to Skip to main content
15,867,141 members
Everything / Authorization

Authorization

authorization

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 Habibur Rony
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 based authorization.
by Rubén Hinojosa Chapel
Prototype for a plugin architecture based on the Prism Library and the Modern UI for WPF (MUI) toolkit
by DotNetLead.com
Azure AD for authentication and authorization of users for your website

Latest Articles

by Bohdan Stupak
This article describes a super-minimalistic auth endpoint based on AWS Lambda.
by Utku Ozan ÇANKAYA
Basics of improving WCF service quality
by SleepyCrat
How to secure a website using Firebase, Angular 8 and ASP.NET Core 3.1
by DotNetLead.com
Azure AD for authentication and authorization of users for your website

All Articles

Sort by Score

Authorization 

1 Aug 2018 by Habibur Rony
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 based authorization.
23 Mar 2016 by Rubén Hinojosa Chapel
Prototype for a plugin architecture based on the Prism Library and the Modern UI for WPF (MUI) toolkit
3 Mar 2018 by Shashangka Shekhar
In this post we are going to secure our NodeJS API’s with customized security token generated by logged user and HTTP actions.
17 Feb 2017 by Mosti16
Use a custom Authorize Attribute which use a own PermissionProvider with custom Permission-Management.
3 Aug 2022 by Bohdan Stupak
This article describes a super-minimalistic auth endpoint based on AWS Lambda.
8 Apr 2016 by Maxim Komlev
Suppression of Browser dialog of Basic Http Authentication and customization
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.
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.
27 Mar 2014 by Sergey Nizhegorodtsev
The article explains step-by-step how to start programming using cryptocurrency API for Bitcoin, Litecoin, CrimeaCoin, etc. The working example has been written for Crimeacoin.
16 Aug 2016 by Olubisi Akintunde
Application Managed Authorisation using Dependency Injection and Interception
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.
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
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.
22 May 2015 by debashishPaul
Implementation of basic role based authorization in ASP.NET MVC5 with ASP.NET Identity 2.0