Click here to Skip to main content
15,867,568 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 

8 Oct 2019 by Ger Hayden
These notes are based on my experience getting started with IdentityServer4.
26 Aug 2014 by Pramod Sharma Tech
Securing routes in Angular is not available out of the box. This tip would help in securing routes in Angular based applications.
1 Nov 2015 by Neohuman Software
How to: Using ASP.NET Identity using Azure Storage Tables
3 Dec 2014 by Assil
This post demonstrates the simplest use of OWIN with ASP.NET. It will not teach you OWIN nor Claim-based auth, nor design or security.