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 OAuth
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vinay Ayinapurapu (4)
Mayooran Navamany (3)
Anupam Maiti (3)
Nimit Joshi (3)
Shahbaz Hussain (3)
Chethan N (2)
Asma Khalid (2)
Shilpa Tanwar (2)
Ayush Gupta (2)
Sandeep Nandey (2)
Prashant Bansal (2)
Suthahar Jegatheesan (2)
Sudheer Chittuluri (2)
Jeetendra Gund (2)
Jalpa Dhola (1)
Safyan Yaqoob (1)
Ajay Kumar (1)
Aman Gupta (1)
Raj Kumar (1)
Bhushan Band (1)
Thiago Vivas (1)
Vikas Singh (1)
Amit Mohanty (1)
Ziggy Rafiq (1)
Kunj Sangani (1)
Adriancs (1)
Keyur (1)
Aravind Govindaraj (1)
Gaurav Karroy (1)
Sriram Kumar Mannava (1)
Shakti Singh Dulawat (1)
Elavarasan R (1)
Sumit Gupta (1)
Virendra Gour (1)
Arun Potti (1)
Srinath Pega (1)
Jay Krishnareddy (1)
Sahil Maheshwary (1)
Manikandan M (1)
Tulasi (1)
Sateesh Arveti (1)
Mudita Rathore (1)
Priyanka K S (1)
Vinoth Rajendran (1)
Rajeev Ranjan (1)
Vinodh Narayanan (1)
Mushtaq M A (1)
Nitesh Kejriwal (1)
Abhijeet Jadhav (1)
Surya Prakash (1)
Meena Raja S (1)
Shweta Lodha (1)
Ashish Vishwakarma (1)
Ujjwal Gupta (1)
Jignesh Trivedi (1)
Sara Silva (1)
Sharad Gupta (1)
Destin Joy (1)
Related resources for OAuth
No resource found
Microsoft Graph Permissions - Get Access on Behalf of a User
10/30/2024 8:22:09 AM.
To call Microsoft Graph, an app must obtain an access token from the Microsoft identity platform. This access token includes information about whether the app is authorized to access Microsoft Graph o
Integrate Azure AD OAuth2 SSO Authentication RBAC for AKHQ Kafka-UI
10/3/2024 10:58:48 AM.
This content explores the integration of Azure Active Directory (Azure AD), OAuth2, and Single Sign-On (SSO) for authentication, along with Role-Based Access Control (RBAC) for authorization, specific
Integrate Azure AD OAuth2 SSO Authentication and RBAC for Kafka-UI
9/23/2024 7:29:57 AM.
This article explores the integration of Azure Active Directory (AD), OAuth2, and Single Sign-On (SSO) for secure authentication and Role-Based Access Control (RBAC) for authorization within the Prove
C#.NET - Access OAuth REST Web API Method
9/23/2024 5:23:38 AM.
C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpCli
Building a centralized OAuth server With OpenIddict in .NET
8/12/2024 7:17:23 AM.
Recently, I completed a project aimed at constructing a standalone identity service. This endeavor aimed to implement OAuth 2.0 and OpenID Connect protocols in ASP.NET Core applications, enabling othe
Implementing OAuth Authentication in Next.js
8/7/2024 10:57:14 AM.
OAuth allows users to log in via third-party providers like Google and GitHub. Here’s a streamlined guide to integrating OAuth with NextAuth.js in your Next.js application.
Handling Authentication and Authorization in Next.js
8/7/2024 6:17:20 AM.
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 cove
Introduction to ASP.NET Core Identity Architecture
8/5/2024 4:36:21 AM.
ASP.NET Core Identity is a membership system for managing authentication and authorization in web applications. It includes components like IdentityUser, IdentityRole, and Claims, and features such as
Implement Okta in Spring Boot with Spring Security and OAuth 2.0
7/31/2024 6:45:42 AM.
Integrating Okta with Spring Boot using Spring Security and OAuth 2.0 enhances authentication and authorization. This guide explains Okta's role, OAuth 2.0 functionality, and provides a practical
Implementing Google OAuth in MERN
6/27/2024 5:47:47 AM.
Learn how to integrate Google OAuth authentication into your MERN stack application with this comprehensive guide. Discover step-by-step instructions on setting up OAuth with Node.js and Express.js on
Understanding OAuth 2.0 Authorization Code Grant Types
5/31/2024 5:31:24 AM.
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
OAuth: Revolutionizing Access Delegation in Web Services
5/27/2024 9:18:32 AM.
OAuth (Open Authorization) is a secure, open standard for access delegation, allowing websites or applications to access user information without exposing credentials, enhancing security, control, and
Implementing Google OAuth in React.js
5/25/2024 11:50:21 AM.
Implementing Google OAuth in React.js enables secure user authentication by integrating Google's OAuth 2.0 authorization mechanism. This guide covers the steps to set up OAuth in a React applicati
Authorization In Web API
5/17/2024 11:01:42 AM.
Learn how to implement robust authorization mechanisms in your Web API to secure endpoints and control access. Explore techniques like token-based authentication, OAuth, JWT, and role-based access con
Authentication In Web API
5/17/2024 10:59:06 AM.
ASP.NET Authentication is used to protect our applications and websites from unauthorized access and also restrict users from accessing information from tools like Postman and Fiddler. In this article
Road To AZ-204 - Implement User Authentication And Authorization
5/13/2024 4:17:54 AM.
This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. OAuth2, Shared Access Signatures, Azure AD, Role-Based Access controls are the main c
.NET Core : Implementing Authentication & Authorization in .NET Core Apps
4/30/2024 3:40:13 AM.
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,
Token Based Authentication using Web API 2, Owin, and Identity
4/15/2024 11:45:24 AM.
Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
4/9/2024 5:54:03 PM.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
SharePoint CSOM For .NET Standard
3/6/2024 9:04:06 AM.
This article provides a comprehensive guide on leveraging the newly introduced Client-side Object Model (CSOM) for .NET Standard to connect with SharePoint from .NET Core applications. It outlines the
Understanding Workflow Of OAuth2.0 Authorization Grant Types
2/16/2024 6:28:57 AM.
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.
Using Google OAuth 2.0 as User Sign-In for ASP.NET in C#
1/23/2024 4:17:26 AM.
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication. Unlock the potential of Google OAuth Sign-In for your website. This comprehensive guide covers API registration, obtaini
Understanding Google OAuth (Open Authorization)
1/5/2024 10:04:11 AM.
Google OAuth, an Open Authorization protocol ensuring secure third-party access to user data without exposing credentials. Follow a step-by-step guide to configure OAuth 2.0 credentials via the Google
What is an API Gateway and What are the Functionalities of the API Gateway?
11/12/2023 8:58:35 AM.
This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
OpenID Connect and OAuth 2.0 Cognizance
11/1/2023 7:37:02 AM.
An overview of OpenConnect and OAuth and its usage in the digital world. It introduces a standardized method for verifying user identities, allowing users to authenticate across different sites or app
ASP.NET MVC - OAuth 2.0 REST Web API Authorization Using Database First Approach
10/25/2023 10:29:33 AM.
This article is about OAuth 2.0 authorization scheme integration with ASP.NET MVC REST Web API.
Get SharePoint Online Access Token In .Net Core
10/11/2023 6:07:19 AM.
Learn how to register SharePoint app and how we can get SharePoint Online Access Token using registered app with C# code
Web API Token Based Authentication
10/5/2023 9:54:09 AM.
Generation of token in webapi and using the token to fetch data from api.
Get SharePoint Online Access Token Using Python
10/5/2023 5:20:11 AM.
Python Code to Get SharePoint Online Access Token to Perform Read/Write
Salesforce REST API: The Login Request (Authentication Step)
8/2/2023 8:59:37 AM.
In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the re
Token based Authentication and Authorization Grants Explained
8/2/2023 5:37:02 AM.
In this article, let us learn about what is a token based authentication and the different authorization grants used in modern day applications
Google OAuth 2.0 Authorization In Azure API
7/27/2023 8:35:17 AM.
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.
How To Configure Salesforce Connected Apps For REST API Integration
7/21/2023 8:38:25 AM.
In this article, will see how we can create & configure a connected app to enable integration with external applications.
Integrate Facebook Login For A Website
11/28/2022 4:20:17 AM.
In this article, we are going to explore one of the popular social logins that Facebook login and how we can integrate it into our react website by the npm package
SharePoint app-only principal to acess SharePoint Online
10/6/2022 5:07:52 AM.
This article, describes what token based authentication is and the steps required to achieve this.
JSON Web Token (JWT) In Layman Terms
9/26/2022 7:15:00 AM.
This article describes general definition of JWT aka Access Token in general terms.
Admin Consent Flow For Microsoft Graph PowerShell Module
9/26/2022 5:03:43 AM.
In this article, let’s try to understand basic identity flows involved in Graph PowerShell module and admin consent to interact with Graph PowerShell.
Coauthoring In Power Apps - Model Driven Apps
9/21/2022 6:08:01 AM.
In this article, you will learn about the upcoming coauthoring feature in Model Driven App.
OAuth2.0 Authorization With The Azure AD Client Credentials FLow To Secure APIs Of Azure API Management
5/25/2022 1:00:31 PM.
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
OAuth2.0 vs OpenID Connect (OIDC) - What? Why? How?
1/17/2022 4:11:13 AM.
In this article, you will learn about OAuth2.0 and OpenID Connect (OIDC) Core Concepts – What? Why? How?
How To Connect To Dynamics 365 Organization Using OAuth/MFA In XrmToolBox
11/7/2021 5:44:26 AM.
In this article, you will learn how to connect to Dynamics 365 Organization using OAuth/MFA in XrmToolBox.
Dynamics 365 Azure Service Account Creation for Azure DevOps & Dynamics 365(Single Tenant OAuth 2.0 Authentication)
8/9/2021 6:56:48 AM.
Dynamics 365 Azure Service Account Creation for Azure DevOps & Dynamics 365(Single Tenant OAuth 2.0 Authentication)
Implementing Client Credentials Grant Type Using Owin In ASP.NET Web API
7/12/2021 9:27:25 AM.
In this article, you will learn how to implement Client Credentials Grant Type using Owin in ASP.NET Web API.
Working With Google OAuth 2.0 in Visual Studio 2013 RC
5/28/2021 7:23:03 AM.
This article will help you to authenticate an ASP.NET MVC 5 web application with the Google OAuth2.0.
🔐 Enable OAuth 2 Authorization Using Azure AD And Swagger In .Net 5.0
5/12/2021 3:23:14 AM.
In this article, you will learn how to enable OAuth 2 Authorization using Azure AD and Swagger in .Net 5.0.
OAuth 2.0 Overview
4/27/2021 2:47:59 PM.
This article only talks about Oauth protocol.
Introduction To Facebook OAuth Provider in MVC 4
3/25/2021 7:01:42 AM.
In this article you will learn the association of facebook oauth provider and new registration in the MVC 4 application in the Visual Studio 2012.
New Features in MVC 4.0
3/17/2021 6:59:18 AM.
In this article, you will learn about the new features in MVC 4.0.
OAuth Authentication For Web API
3/16/2021 4:26:55 PM.
In this article, you will learn about OAuth Authentication for Web API.
Access Google Data Using OAuth
3/16/2021 7:59:43 AM.
Here I would like to explain how to get a list of Google Drive Documents and prompt users for access to get the documents list (using OAuth2.0 for Login).
Create MVC 4 App With Google OAuth Provider
3/12/2021 6:08:54 AM.
In this article, we will look into integration of the OAuth Google provider for authentication within MVC 4 applications.
OAuth2.0 Framework In ASP.NET Web API
3/1/2021 5:13:47 AM.
This article describes the OAuth2.0 Framework used in the ASP. NET Web API for authorization.
Google OAuth Authorization Using REST API
2/26/2021 3:29:48 PM.
In this article, I'm going to explain how to authorize using Google OAuth API.
Bot - Adaptive Dialog - OAuth Input - CodeAction 😎😍
2/10/2021 4:31:36 AM.
Explain about how to implement the OAuthInput and CodeAction in Adaptive Dialog
Token Based Authentication in Web API 2
1/12/2021 7:46:46 AM.
This article explains the OWIN OAuth 2.0 Authorization and how to implement an OAuth 2.0 Authorization server using the OWIN OAuth middleware.
Fetch An Access Token To Access Microsoft Graph API Using Msal.JS (Microsoft Security Authentication Library)
7/3/2020 7:44:34 AM.
In this article, I have explained how to fetch an access token using MSAL JS.
OAuth Login Authenticating With Identity Provider In Xamarin.Forms
6/29/2020 1:04:49 AM.
In this article, you will learn about OAuth Login Authenticating with Identity Provider in Xamarin.Forms .
Salesforce to SharePoint - Part Two - Complete Authentication Part in Salesforce
4/10/2020 3:52:43 PM.
In this article, you will learn about the Complete Authentication Part in Salesforce.
Java Mail API Using GMAIL OAuth API In Android
2/24/2020 11:48:51 PM.
In this article, we will learn how to send mail directly from Android application using Gmail API OAuth 2.0. To run the process successfully, you need to follow the steps carefully.
Salesforce To SharePoint - Part One
1/20/2020 7:31:58 PM.
I have been looking for any guidance in having to send apex form data into SharePoint list and I could find very little about it. Hence I am posting here.
How to Authenticate a Twitter User For Twitter Using OAuth API V1.1
12/10/2019 3:21:13 AM.
This post will explain you how to authenticate your website / application to display tweets from your timeline.
Basics of Authentication/Authorization in Azure(AAD) Google,Facebook, Twitter, LinkedIn and other standard Identity providers.
10/13/2019 5:37:18 PM.
This video explains authentication and authorization flow. What happens when user logs in with Office 365 login screen or when user clicks on "Login with" Google/Facebook/Twitter. It explain
Secure WCF Restful Service Using OAUTH
9/20/2019 1:20:09 AM.
This article shows how to build a WCF Restful service which is a so called service provider & client application (in this case it's a web app) which uses a service so it's called a consume
Angular 8 CRUD With OAuth2.0 In WebAPI - Part Two
8/27/2019 8:18:13 AM.
In today’s article, we are going to create an Angular App using Angular CLI. I will try to make it simple and clear so that understanding will be better.
Angular 8 CRUD With OAuth2.0 In WebAPI - Part One
8/27/2019 8:16:04 AM.
In this article, we are going to learn Oauth2.0 in ASP.NET Web API and consume that WebAPI on the front-end using Angular 8.
ASP.NET Web API Authorization By Basic Auth/OAuth2.0/JWT
8/7/2019 7:20:33 AM.
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).
Google OAuth2 Authentication For Accessing Google Services
7/18/2019 10:16:25 AM.
This article demonstrates how to log into Google OAuth for accessing Google Services.
Understanding Concepts - OpenId, OAuth And SAML
4/13/2019 8:44:06 AM.
This article discusses a topic that is very confusing, and many people have posted questions about their doubts on the terms related to Authorization, Authentication, and Security protocols.
Generate Access Token For Google Service Account Form JSON Or P12 Key In C#
10/11/2017 11:54:17 AM.
Service Accounts are used for server to server communication so users don't need to interact for Authentication. Let's learn to get access token for Google Service Account.
Implementing OAuth2.0 Authorization For Google In ASP.NET
11/28/2016 11:37:30 PM.
This article describes how to implement Google OAuth in ASP.NET web apps.
Register Identity Provider For New OAuth Application
9/6/2016 12:39:57 AM.
In this article, you will learn how to register identity provider for new OAuth application.
Building MVC 5 Application With an Open Authentication
8/21/2015 7:57:24 PM.
This article shows how to build MVC 5 applications with open authentication.
Pune Chapter Meet July 12, 2015: Official Recap
7/14/2015 3:39:16 PM.
This is an official recap of the C# Corner Pune Chapter held on July 12, 2015.
Introduction to Token Based Authentication Using OWIN (Katana) and OAuth
6/2/2015 10:38:43 PM.
This article provides an introduction to Token Based Authentication using OWIN (Katana) and OAuth.
Using Xamarin.Auth.OAuth2Authenticator With Async/await
6/9/2014 2:58:45 PM.
Here you will learn how to work with Xamarin.Auth.OAuth2Authenticator for authentication with async/await.
Working With Facebook and Google OAuth2 and OpenID in Visual Studio 2013
1/22/2014 5:10:06 PM.
This article will help you to create a MVC Web application and enable users to log in using OAuth 2.0 and OpenID with the user credentials.
Google Client API With PHP
3/2/2013 8:12:09 AM.
In this article I describe how to access Google data with some PHP code using the official Google Client API for PHP and OAuth2.
SharePoint 2013 Cloud Hosted Apps
11/11/2012 11:07:56 PM.
In this article we learn about cloud hosted apps for SharePoint.