C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Riya Patel(5)
Sardar Mudassar Ali Khan (5)
Sarathlal Saseendran(5)
Nidhi Sharma(3)
Ajay Narkhedkar(3)
Ankit Sharma(3)
Jignesh Trivedi(3)
Ananya Desai(2)
Aarav Patel(2)
Sandeep Kumar(2)
Harsh Bhensawala(2)
Ashutosh Singh(2)
Jay Krishna Reddy (2)
Asma Khalid(2)
Sandeep Singh Shekhawat(2)
Jean Paul(2)
Niharika Gupta(1)
Saurav Kumar(1)
Mariem Moalla(1)
Sagar Rane(1)
Tanuj (1)
Gautam Singh(1)
Farrukh Rehman(1)
Rajesh Gami(1)
Deepak Tewatia(1)
Rohit Gupta(1)
Kripanshu Kumar(1)
Anurag Chaudhary(1)
Sangeetha S(1)
Yogeshkumar Hadiya(1)
Atul Sharma(1)
Shilpa Tanwar(1)
Chetan Sanghani(1)
Vishal Joshi(1)
Ayush Gupta(1)
Gajendra Jangid(1)
Vikas Hooda(1)
Vikas Singh(1)
Tejas Agravat(1)
Sriram Kumar Mannava(1)
Waqas Ahmed(1)
Mohammad Naeem(1)
Virendra Gour(1)
Priyanka K S(1)
Anupam Maiti(1)
Amir Ismail(1)
Menaka Priyadharshini B(1)
Munib Butt(1)
Prashant Rewatkar(1)
Veerendra Annigere(1)
Satyaki Chakraborty(1)
Shahbaz Hussain(1)
Farhan Ahmed(1)
Syed Shanu(1)
Mukesh Kumar(1)
Usama Shahid(1)
Alex Brambila(1)
Shashangka Shekhar(1)
Shakti Singh Dulawat(1)
Ujjwal Gupta(1)
Akhil Mittal(1)
Madrina Thapa(1)
Janak Beniwal(1)
Destin Joy(1)
Anupam Singh(1)
Abhishek Jain(1)
Ck Nitin(1)
Mudita Rathore(1)
Ish Bandhu(1)
Shirsendu Nandi(1)
Abhimanyu K Vatsa(1)
Resources
No resource found
Designing Zero-Trust Tool Authorization for MCP Clients
Aug 12, 2026.
Implement zero-trust for MCP tool authorization. Secure AI applications by enforcing granular permissions and least privilege.
Fine-Grained Authorization for AI Tools Using OAuth and MCP
Aug 03, 2026.
Secure AI tools with OAuth & MCP for fine-grained authorization, protecting enterprise data and operations.
ASP.NET Core 10 Authentication & Authorization Best Practices
Jul 24, 2026.
Master ASP.NET Core 10 authentication & authorization best practices. Secure your APIs, protect user data, and build production-ready applications.
JWT Session 8: Implementing Role-Based Authorization in ASP.NET Core Web API Using JWT
Jul 19, 2026.
Learn how to implement role-based authorization in ASP.NET Core Web API using JWT. Secure your endpoints by assigning and verifying user roles.
JWT Session 9: Policy-Based Authorization in ASP.NET Core Web API: Beyond Roles
Jul 19, 2026.
Master ASP.NET Core Policy-Based Authorization for complex business rules beyond roles. Learn to configure and apply policies for enhanced API security.
JWT Session 10: Custom Authorization in ASP.NET Core: Creating Your Own Authorization Handler
Jul 19, 2026.
Master custom authorization in ASP.NET Core. Implement complex business rules beyond roles/claims with custom handlers for enhanced security.
SpiceDB Explained: Implementing Fine-Grained Authorization at Scale
Jul 16, 2026.
Learn how SpiceDB works, its relationship-based authorization model, and how to implement fine-grained access control for scalable modern applications.
Secure AI APIs in ASP.NET Core with Token-Based Authorization and Rate Limiting
Jul 14, 2026.
Secure ASP.NET Core AI APIs with JWT, authorization policies, and rate limiting. Protect against abuse and manage costs effectively.
SpiceDB Explained: Implementing Fine-Grained Authorization at Scale
Jul 09, 2026.
SpiceDB centralizes fine-grained authorization for complex apps, moving beyond RBAC to relationship-based access control for scalability and consistency.
How to Implement OAuth 2.0 Authorization Code Flow Step by Step
May 04, 2026.
Master OAuth 2.0 Authorization Code Flow! Secure user data access with this step-by-step guide. Learn implementation, real-world examples, and security benefits.
How to Implement OAuth 2.0 Authorization Code Flow Step by Step
May 04, 2026.
Master OAuth 2.0 Authorization Code Flow! Secure your web apps with this step-by-step guide. Learn best practices for authentication and API security.
How do I handle authentication and authorization in a gRPC service in ASP.NET Core?
Apr 10, 2026.
Secure your ASP.NET Core gRPC services! Learn authentication (identity verification) & authorization (access control) using JWT tokens, middleware, and roles. Build robust, secure APIs.
How to Implement Role-Based Authorization in ASP.NET Core Web API
Mar 31, 2026.
Secure your ASP.NET Core Web API with role-based authorization! This guide provides a step-by-step implementation, ensuring only authorized users access specific endpoints. Build secure, scalable APIs with ease.
Beginner's Guide: Authentication & Authorization in Modern Applications
Mar 27, 2026.
Unlock the secrets of secure apps! This beginner's guide demystifies authentication and authorization, explaining how your data is protected when you log in and use modern applications. Learn the fundamentals of privacy and security online.
Implementing Login with Authentication and Authorization in React (JWT + Axios)
Mar 11, 2026.
Secure your React apps! This guide implements JWT authentication with Axios, covering login flow, project structure, API calls, and token management. Build a robust and scalable system.
Authentication and Authorization using JWT [JSON Web Token]
Mar 09, 2026.
Learn about JWT (JSON Web Token) for secure authentication and authorization. Understand its structure, usage scenarios, and implementation with Web API. Best practices included!
How to implement secure authentication and authorization in APIs?
Mar 09, 2026.
Secure your APIs! Learn authentication & authorization best practices: JWT, OAuth 2.0, RBAC, HTTPS. Protect data, prevent breaches, and build trust in your apps.
JWT Authentication & Authorization with Refresh Tokens in .NET 8
Mar 02, 2026.
Implement JWT authentication and authorization in .NET 8 with refresh tokens. Step-by-step guide using EF Core, SQL Server, and Swagger. Includes user registration, login, and role-based access control.
How to Implement Role-Based Authorization in ASP.NET Core?
Feb 25, 2026.
Secure your ASP.NET Core apps with role-based authorization (RBAC). This guide covers implementation, benefits, and best practices for production environments. Learn to control access effectively!
How to Implement Role-Based Authorization in ASP.NET Core?
Feb 24, 2026.
Secure your ASP.NET Core apps with role-based authorization! This guide covers implementation, JWTs, database integration, and comparison with policy-based authorization.
What Is the Difference Between Authentication and Authorization in .NET?
Feb 23, 2026.
Understand the crucial difference between authentication and authorization in .NET. Secure your ASP.NET Core apps with JWT, roles, and policies. Build robust APIs!
Role-based vs policy- based Authorization in ASP.NET Core:what Every Developers should know
Feb 11, 2026.
Explore role-based vs. policy-based authorization in ASP.NET Core. Understand their differences, advantages, and when to use each for secure and scalable apps.
Designing Attribute-Based Contextual Authorization in ASP.NET Core Microservices Using JWT Claims
Feb 04, 2026.
Implement attribute-based authorization in ASP.NET Core microservices using JWT claims for scalable, secure context validation. Centralize rules and keep controllers clean.
Building Context-Aware Authorization and Multi-Tenant Security in ASP.NET Core Microservices
Feb 04, 2026.
Secure ASP.NET Core microservices with context-aware authorization! Implement JWT claims, custom policies, multi-tenant data isolation, and attribute-based security for robust SaaS platforms.
JWT Role-Based Authentication & Authorization in .NET
Jan 31, 2026.
Secure your .NET APIs with JWT role-based authentication! This guide covers implementation, common mistakes, and best practices for robust authorization. Learn to lock down endpoints effectively.
Authentication vs Authorization in ASP.NET Core
Jan 20, 2026.
Understand the crucial difference between authentication and authorization in ASP.NET Core. Secure your applications by mastering identity verification and access control.
OAuth 2.0 vs JWT: Authentication and Authorization Explained for Developers
Jan 19, 2026.
Demystifying OAuth 2.0 and JWT for developers! Learn the core differences between authorization and authentication. Essential for secure apps & backend interviews.
đ§± Lesson 8 - Authentication & Authorization in .NET
Dec 22, 2025.
Master .NET authentication & authorization! JWT, roles, policies, refresh tokens, and Identity integration for Clean Architecture. Secure your e-commerce API now!
Mastering Role-Based and Policy-Based Authorization in ASP.NET Core
Nov 13, 2025.
Secure your ASP.NET Core apps! Learn role-based and policy-based authorization. Implement custom handlers for granular access control and robust security measures.
Correct Order for CORS, Authentication, and Authorization in ASP.NET Core
Nov 06, 2025.
Learn why the sequence of configuring CORS, authentication, and authorization matters in your ASP.NET Core projects. This guide breaks down the middleware order in simple terms, explains the reasoning behind the order, and offers a real-world example to keep your apps secure and bug-free.
Agent Authentication & Authorization â LangChain Agent Security Explained
Oct 15, 2025.
Deep dive into agent security: how to apply AuthN and AuthZ to agents, differences from traditional apps, OAuth flows applicable, and architecture for centralized agent auth.
Serving Files Securely with Authorization in ASP.NET Core
Sep 09, 2025.
Securely serve files in ASP.NET Core by implementing authorization checks and preventing unauthorized access. Learn how to protect sensitive documents like invoices and reports by storing them outside the wwwroot folder and serving them through controller endpoints. This guide covers project setup, secure file controller creation, fine-grained authorization, and using IAuthorizationService for custom policies.
Implementing Role-Based Authorization in ASP.NET Core MVC
Sep 09, 2025.
Secure your ASP.NET Core MVC applications with role-based authorization! This guide provides a step-by-step walkthrough, complete with code examples, on implementing roles (Admin, Manager, User) using ASP.NET Core Identity. Learn to configure Identity, seed roles, assign roles to users, and restrict access at the controller, action, and view levels. Explore policy-based authorization for cleaner role management and best practices for robust security. Master role-based access control today!
Implementing JWT-Based Authentication and Role-Based Authorization in .NET Core
Jul 28, 2025.
In modern web applications, security is criticalâespecially when dealing with user data, financial transactions, or any form of sensitive operations
Modern Authentication and Authorization in MERN/Next.js
Jul 15, 2025.
Implement secure login and role-based access in Next.js 14 using NextAuth.js, JWT, and MongoDB. Learn to build protected routes, manage sessions, and enforce user roles with client/server-side checks and middleware.
Minimal API with Authorization JWT Token in .NET 9
Jun 27, 2025.
This article explains how to implement JWT authentication and authorization in Minimal API using .NET Core 9.0, Visual Studio 2022, and Swagger for testing secured endpoints via generated bearer tokens.
Implement Scalar UI in .NET API with Authorization Option
Feb 03, 2025.
This article covers how to integrate Scalar UI, set up role-based authorization, and implement secure user authentication within your .NET API to ensure smooth, secure interactions.
API Versioning and Enable Authorization in Swagger UI .NET Core
Sep 25, 2024.
In this article, we explore API versioning and how to enable authorization in Swagger UI for a .NET Core Web API. Weâll discuss best practices for managing API versions, ensuring backward compatibility, and securing your API endpoints.
Handling Authentication and Authorization in Next.js
Aug 07, 2024.
Authentication and authorization are crucial for securing web applications. Next.js offers several strategies and libraries to manage user authentication and authorization effectively. This guide covers the essentials of implementing authentication and authorization in Next.js.
Authentication and Authorization in ASP.NET Core
Jul 16, 2024.
Learn about implementing robust security in ASP.NET Core with a focus on authentication and authorization. This guide covers ASP.NET Core Identity, claims-based and role-based authorization, JWT, OAuth, OpenID Connect, and best practices for securing web applications and APIs.
Mongo DB Authentication and Authorization on Windows
Jun 10, 2024.
Dive deep into the world of MongoDB authentication. Whether you're a beginner or an experienced developer, this comprehensive guide will teach you everything you need to know about securing your MongoDB database
Understanding OAuth 2.0 Authorization Code Grant Types
May 31, 2024.
In this article, we will learn OAuth 2.0's Authorization Code Grant Type, a core component for securing web applications. Learn how this protocol facilitates secure token exchange between clients and servers, ensuring safe API access.
Authentication and Authorization in Angular and C#
May 14, 2024.
Implementing authentication and authorization in an Angular app with C# backend involves configuring JWT tokens, authentication controller, and role-based authorization. Here's a step-by-step guide for both backend and frontend.
Implementing Policy-Based and Role-Based Authorization in .NET Core
May 06, 2024.
In this article, weâll explore how to set up policy-based authorization and role-based authorization in a .NET Core application. Weâll cover key components such as authentication configuration, default policies, custom policies, and role-based authorization.
.NET Core : Implementing Authentication & Authorization in .NET Core Apps
Apr 29, 2024.
This article provides a structured guide with code snippets and references for implementing authentication and authorization in .NET Core applications. It covers mechanisms such as Identity framework, JWT, OAuth, and OpenID Connect, offering readers a comprehensive understanding and practical implementation steps.
New feature for Authentication and Authorization in .NET 8
Nov 15, 2023.
Let's check out the cool new things that .NET 8 has added to help you keep your apps secure.
Identity API Endpoints based Authentication and Authorization in .NET 8
Nov 15, 2023.
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.NET Core Identity through the classic web UI. Once you enable the Identity API endpoints, you will get endpoints like /register, /login, /forgotPassword, confirmEmail, etc.
JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs
Oct 03, 2023.
This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-based authorization without ASP.NET Core Identity.
Token based Authentication and Authorization Grants Explained
Aug 01, 2023.
In this article, let us learn about what is a token based authentication and the different authorization grants used in modern day applications
Policy-Based Authorization in .NET Core API: User, Groups, and Permissions
May 30, 2023.
To create users, groups, and manage permissions using policy-based authorization in a .NET Core API
JWT Token Creation, Authentication And Authorization In ASP.NET Core 6.0 With Postman
Sep 05, 2022.
In this article, you will learn about JWT Token Creation, Authentication and Authorization in ASP.NET Core 6.0 with Postman.
OAuth2.0 Authorization With The Azure AD Client Credentials FLow To Secure APIs Of Azure API Management
May 25, 2022.
In this article, we learn how you can protect your APIs using OAuth2.0 Authorization with the Azure AD Client Credentials flow. When APIs on API Management consumed by other application(End User), we need communicate service to service communication by configuring the OAuth 2.0 authorisation code flow to protect APIs on API Management.
JWT Authentication And Authorization In .NET 6.0 With Identity Framework
Jan 30, 2022.
In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0
How To Add JWT Bearer Token Authorization Functionality In Swagger?
Nov 30, 2021.
In this article, you will learn how to add JWT Bearer Token Authorization Functionality in Swagger?
đ Enable OAuth 2 Authorization Using Azure AD And Swagger In .Net 5.0
May 11, 2021.
In this article, you will learn how to enable OAuth 2 Authorization using Azure AD and Swagger in .Net 5.0.
Google OAuth Authorization Using REST API
Feb 26, 2021.
In this article, I'm going to explain how to authorize using Google OAuth API.
Authentication And Authorization In ASP.NET 5 With JWT And Swagger
Nov 22, 2020.
Authentication is the process of validating user credentials and authorization is the process of checking privileges for a user to access specific modules in an application. In this article, we will see how to protect an ASP.NET 5 Web API application by implementing JWT authentication.
Understanding Workflow Of OAuth2.0 Authorization Grant Types
Oct 15, 2020.
In this article, you will learn about the workflow Of OAuth 2.0 Authorization Grant Types and define the workflow for obtaining access tokens, crucial for securing API access.
đšâđ» Authentication And Authorization In .NET Core Web API Using JWT Token And Swagger UI
Jul 09, 2020.
This article is meant to make the process of authentication and authorization easier using JSON Web Tokens and also to check the entire process with Swagger UI rather than PostMan.
Authentication And Authorization In ASP.NET Core Web API With JSON Web Tokens
Jun 21, 2020.
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 approach to perform database operations.
DotVVM Authorization With IdentityServer4
Jun 15, 2020.
In this article, you will learn about DotVVM authorization with IdentityServer4.
Authentication And Authorization Using JSON Web Tokens In .NET CORE 3.1
May 21, 2020.
In this article, we will discuss authentication and authorization using JSON web Tokens in.NET core 3.1.
Adding Role Authorization to a ASP.NET MVC Core Application
May 06, 2020.
Today, we will look at one of the most important aspects of any application, and that is security. The two main methods to ensure security in an application is using Authentication and Authorization. Authentication can be defined as confirming the userâs identity. That is to confirm the user is who he/she claims to be. The next step is Authorization, where we ensure that the user only has access to functionality that his/her role in the application permits. We will build a sample in an ASP.NET MVC Core application and apply Authentication and Authorization to it.
Policy-Based And Role-Based Authorization In ASP.NET Core 3.0 Using Custom Handler
Feb 04, 2020.
Authentication is the process of determining or giving an individual access to system or user based on their identity. This article demonstrates how to add custom Policy-based & Role-based Authorization in ASP.NET Core 3.0.
How To Override Attribute Class To Do Custom Authorization In .NET Core
Dec 22, 2019.
In this article, Discover how to customize authorization behaviors using attribute classes, providing finer control over access to resources based on specific criteria such as user roles, permissions, or other contextual information.
Policy-Based Authorization with Angular and ASP.NET Core using JWT
Dec 01, 2019.
In this article, we will create a web application using ASP.NET Core and Angular. We will then implement authentication and policy-based authorization in the application with the help of JWT.
ASP.NET MVC - REST Web API Basic Authorization using Nuget Library
Dec 01, 2019.
This article is about the integration of Asmak9.AuthorizeRESTWebApiAK .NET library with ASP.NET REST Web API platform.
Role Based Authorization In Blazor
Nov 30, 2019.
Role-Based Authorization in Blazor enables access control based on user roles. By defining roles and policies, specific functionalities or resources can be restricted to users with certain roles. Blazor provides built-in mechanisms to implement role-based access control, ensuring secure and controlled application access.
ASP.NET Core Token Authentication And Authorization Using JWT
Sep 24, 2019.
These days JSON Web Token (JWT) has become more popular in web application development, it has a standard way of transmitting data between multiple parties.
ASP.NET Web API Authorization By Basic Auth/OAuth2.0/JWT
Aug 07, 2019.
In this article, we are going to learn various authorization techniques of Web API. Mainly, we will discuss three major techniques - Basic Authentication, OAuth 2.1, and JSON Web Token(JWT).
Custom Authorization Filter In MVC With An Example
Aug 01, 2019.
Learn how to implement custom authorization filters in ASP.NET MVC using Entity Framework and SQL Server. This tutorial covers creating roles and users, using custom authentication, and controlling access to application pages based on user roles.
Authentication And Authorization In MVC
Jul 11, 2019.
This article delves into authentication and authorization concepts within ASP.NET MVC applications. It explains the crucial difference between authentication (validating user identity) and authorization (granting access to resources).
Getting Started With Authentication And Authorization Using Blazor Server Side
Jun 19, 2019.
Learn how to implement secure user authentication and authorization in Blazor Server applications. Explore Blazor's built-in authentication mechanisms using .NET Core Identity. Manage user roles, permissions, and secure endpoints.
Authentication And Authorization With Google In Server-Side Blazor
Jun 18, 2019.
In this article, we will learn how to implement authentication and authorization using Google in a server-side Blazor application. We will be using .NET Core 3 preview -6 and the preview of Visual Studio 2019.
Authentication And Authorization With Facebook In Server-Side Blazor
Jun 18, 2019.
In this article, we will learn how to implement authentication and authorization using Facebook in a server-side Blazor application. We will be using Visual Studio 2019 preview and .NET Core 3 preview -6
Authentication And Authorization In ASP.NET Core MVC Using Cookie
Dec 12, 2018.
Security is the main concern of modern applications because anyone can steal your data if it is not secured. So, if you are going to create an application where the data security is a primary concern, then think about Authentication and Authorization.
Authentication And Authorization In Angular - Part Twelve
Nov 08, 2018.
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 authentication, on the client we need to build the login page and on the server we should build an api endpoint to validate the user. When the user clicks on the login button.
Creating Custom Authorization Policy Provider In ASP.NET Core
Sep 20, 2018.
Learn how to implement custom authorization policies in ASP.NET Core using IAuthorizationPolicyProvider. Discover how to create policies dynamically based on runtime information, register them with a custom provider, and apply them to your application.
Claim Based And Policy-Based Authorization With ASP.NET Core 2.1
Sep 06, 2018.
Authorization is the process of determining if a user can access system resources. Claim-based authorization checks specific user claims (e.g., "DateOfJoining" or "IsAdmin") for access control. Policies can be created to evaluate these claims or roles for more flexible authorization management.
Role Base Authorization In ASP.NET Core 2.1
Aug 18, 2018.
In this article, we explore Role-Based Authorization in ASP.NET Core 2.1, explaining how to secure applications by assigning user roles and managing access control.
How To Implement OIDC Authentication And Authorization In React Without Redux
Jul 03, 2018.
In this tutorial, I'll be implementing OpenID Connect (OIDC) Authentication and Authorization in an ASP.Net Core React.js Single Page Application without using Redux (there's absolutely no need for it).
ASP.NET MVC - OAuth 2.0 REST Web API Authorization Using Database First Approach
May 13, 2018.
This article is about OAuth 2.0 authorization scheme integration with ASP.NET MVC REST Web API.
Learn About API Authorization In Node.js
Mar 05, 2018.
In this post, we are going to secure our NodeJS APIs with customized security token generated by the logged in users and HTTP actions.
Google OAuth 2.0 Authorization In Azure API
Aug 13, 2017.
Here, I am going to demonstrate how can we use Google OAuth 2.0 in Azure API. App Service Authentication/Authorization is exposed in the Azure Preview Management Portal.
Authentication And Claim Based Authorization With ASP.NET Identity Core
Feb 11, 2017.
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
Jan 18, 2017.
In this article, you will learn about authentication and role based authorization with ASP.NET Core Identity.
Implementing OAuth2.0 Authorization For Google In ASP.NET
Nov 28, 2016.
This article describes how to implement Google OAuth in ASP.NET web apps.
RESTful Day #5 - Security in Web API - Basic & Token Based Custom Authorization in Web APIs Using Action Filters
Jun 30, 2015.
Explore robust security measures for Web APIs in RESTful Day #5. Implement Basic and Token-based custom authorization seamlessly with Action Filters, fortifying your API against unauthorized access and ensuring data integrity and confidentiality.
Authentication and Authorization Using IPrincipal Interface
Mar 06, 2015.
This article explains authentication and authorization and the use of the IPrincipal Interface instead of IIdentity.
Form Authentication, Form Authorization and Storing Encrypted Values in Database
Oct 16, 2014.
In this article we will learn Form Authentication and Form Authorization and how to store encrypted values into a SQL database.
Understanding Authorization in SharePoint 2013
Oct 05, 2014.
In this article we can learn Authorization in SharePoint 2013.
Custom Authorization in MVC
May 17, 2014.
In this article, I show how to customize authentication/authorization in MVC.
Use Authorization Manager (AzMan) For Managing Roles and Permissions
Oct 05, 2013.
Here you will how Authorization Manager is used to manage roles by providing permissions on different roles for different operations.
MVC Web API: Authorization & Authentication
Sep 26, 2013.
Now we are going to discuss a very nice problem which generally happens when we use the Web API.
ASP.NET Web API Authorization and Authentication
May 06, 2013.
In this article, we will define authentication and authorization in the ASP.Net Web API.
Role Based Authorization in ASP.Net
Mar 11, 2013.
In this article, you will learn how to do role based authorization in ASP.NET.
Authentication & Authorization in Silverlight
May 27, 2012.
In the distributed world we often end up with multiple consumers of the same service. But the same client code wonât be enough to run on the new client platforms especially in Silverlight. In this article we can explore using the same WCF service using a Silverlight client.
WCF - Authentication and Authorization in Enterprise Architecting
May 09, 2012.
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.
Membership and Authorization in ASP.Net MVC 3 Razor
Apr 07, 2011.
In this article I will describe how to do membership and Authorization in an ASP.Net MVC 3 Application.
Authentication and Authorization in ASP.NET
Mar 18, 2011.
Title will differentiate Authentication and Authorization.