TECHNOLOGIES
FORUMS
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 Authorize
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (2)
Asma Khalid (2)
Keyur Pandya (1)
Abhishek Yadav (1)
Amit Mohanty (1)
Shivam Payasi (1)
Munib Butt (1)
Saillesh Pawar (1)
Miroslav Adamec (1)
Kasam Shaikh (1)
Mukesh Kumar (1)
Jinal Shah (1)
Suraj Sahoo (1)
Luan Huynh (1)
Nimit Joshi (1)
Raj Kumar (1)
manish Mehta (1)
Munir Shaikh (1)
Jignesh Trivedi (1)
Hemant Kathuria (1)
Vijai Anand Ramalingam (1)
Shivprasad (1)
Related resources for Authorize
No resource found
New-PnPTenantSite: The remote server returned an error: (401) Unauthorized.
6/29/2024 8:52:20 PM.
Disabling custom app authentication resolved the "401 Unauthorized" error, allowing the PnP scripts to run as scheduled. By following these steps, you can set up SharePoint Add-ins, grant ne
Registration And Login Functionality In ASP.NET Core 3.0 MVC Web Application Using Identity
6/6/2024 11:31:32 AM.
In this article, I will discuss how to create Registration and login functionalities in ASP.NET Core web application In this article, I will discuss how to create Registration and login functionalitie
Securing ASP.NET Core Web API with JWT Authentication and Role-Based Authorization
9/9/2023 12:02:42 PM.
Securing APIs in an ASP.NET Core Web API involves implementing authentication and authorization mechanisms to protect your resources and ensure that only authorized users can access them. In this exam
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
8/2/2023 9:08:59 AM.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept
SQL Server Security Best Practices
4/25/2023 12:01:38 PM.
SQL Server Security Best Practices
How to Make An Authorize API Call With Fetch API
4/7/2023 6:10:43 AM.
In this article I'm going to explain that how we can make an Authorize post call with fetch() API
Using Identity Server To Authorize Our APIs
6/21/2021 2:31:04 PM.
In this article, you will learn how to identity Servers to Authorize Our APIs.
How To Authorize Your Key Vault Secrets To Serverless Azure Function
2/11/2021 3:27:35 PM.
In this article, we will learn how to authorize our Azure Function to access Key Vault secrets.
Authorize ASP.NET Core App By Azure AD Groups Using Graph API
1/5/2021 11:18:25 AM.
In this article, you will learn how to authorize asp.net core app by Azure ad groups using graph API.
ASP.NET MVC - REST Web API Basic Authorization using Nuget Library
11/3/2020 12:27:28 AM.
This article is about the integration of Asmak9.AuthorizeRESTWebApiAK .NET library with ASP.NET REST Web API platform.
C#.NET - Access Authorized REST Web API Method
11/2/2020 6:13:04 AM.
This article is about consumption of Authorized REST Web API methods using ASP.NET REST Web API platform.
How To Authorize Azure Web App With Dropbox As Deployment Source
1/17/2018 11:59:22 PM.
In this video will learn how to authorize Azure Web App for using Dropbox as deployment source.
How To Fix TF30063 Error - You Are Not Authorized To Access Team Foundation Service Error
7/11/2017 12:12:49 PM.
Recently I was working with Microsoft Visual Studio 2017 and got the following error with TFS, which says, “You are not authorized to access Team Foundation Service”. The error code was TF30063. This
Getting Started With Firebase And Protecting Routes From Unauthorized Users in Angular
2/16/2017 10:48:00 AM.
In this article you will learn about Firebase and protecting routes from unauthorized users.
Unobstrusive Ajax & Handle Unauthorized Request In MVC
4/5/2016 10:46:49 AM.
In this article I will be sharing basic stuff which comes in handy in MVC applications.
Extending ASP.NET MVC AuthorizeAttribute
1/26/2016 9:40:01 AM.
In this article you will learn about extending ASP.NET MVC AuthorizeAttribute and how to Unit Test with ControllerActionInvoker.
Various Ways to Authenticate and Authorize SignalR Hubs
3/2/2014 12:12:06 PM.
This article describes the authorization and authentication for SignalR. You can also learn to apply these in various ways.
Authorize and Post on Twitter Using Twitterizer
10/28/2013 2:10:06 AM.
This article briefly describes how to authorize and post on Twitter using Twitterizer in ASP.Net with C#.
Protecting IL Code from Unauthorized Disassembling in VB.NET
11/10/2012 2:31:09 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Payment Gateway Integration using VB.NET with Authorized.NET
11/10/2012 1:22:50 AM.
This article shows payment gateway integration using Vb.net and Msxml.XMLHttpRequest object.
Use of MVC Custom Action Filter
7/19/2012 5:57:41 PM.
Action Filters provide us the ability to create an AOP (Aspect Oriented) approach with ASP.Net MVC.
Introduction to ASP.NET HTTP Module
5/20/2012 3:12:27 AM.
This article will help the users to examine the use of HTTP Modules and their use in extending the pipeline. The HTTP Pipeline is a series of extensible objects that are initiated by the ASP.NET runtime in order to process a request.
UnauthorizedAccessException was unhandled by user code in SharePoint event receiver
3/23/2011 4:08:28 AM.
In this article we will be seeing how to resolve “UnauthorizedAccessException was unhandled by user code” in SharePoint event receiver.
The Two Interceptors: HttpModule and HttpHandlers
5/26/2009 1:19:09 AM.
Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler.