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 Access Token
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vinodh Narayanan (3)
Ayush Gupta (2)
Muhammad Asif (2)
Anupam Maiti (2)
Vinay Ayinapurapu (2)
Ashish Vishwakarma (2)
Sarthak Varshney (1)
Jalpa Dhola (1)
Asma Khalid (1)
Gowtham K (1)
Amit Mohanty (1)
Ashutosh Singh (1)
Khoday Akilesh (1)
Aravind Govindaraj (1)
Vikas Hooda (1)
Shweta Lodha (1)
Veerendra Annigere (1)
Muthu Kumar (1)
Related resources for Access Token
No resource found
Explore Docker Desktop 4.35: New Features & Enhancements
11/6/2024 4:03:16 AM.
Discover the key features of Docker Desktop 4.35, including Organization Access Tokens, Docker Home, Volumes Export, and the integrated Terminal.
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
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
Azure Advisor recommendation using Resource Manager REST API
8/27/2024 11:03:18 AM.
Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, conf
Retrieve Mailbox Folders Using Microsoft Graph API
6/14/2024 10:40:21 AM.
Learn to interact with Office 365 mail folders programmatically using Microsoft Graph API. Start by fetching an access token for authentication, then use AJAX requests in JavaScript to retrieve specif
Understanding Single Sign-On with Gmail for Third-Party Sites
5/31/2024 6:32:39 AM.
Single Sign-On (SSO) with Gmail allows users to access third-party sites using their Google credentials. Implemented via OAuth 2.0 and OpenID Connect, it simplifies the login process, enhances securit
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
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
Auth0 App Registration - JWT Generation & Validation with Public Key
4/3/2024 4:19:56 AM.
Auth0 offers robust solutions for app registration, JWT generation, and access token management. Developers configure settings, generate JWTs signed by Auth0's private key, and validate them using
MSAL for Vanilla JS SPA: Get JWT Access & ID Tokens
3/1/2024 9:53:46 AM.
This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the
AccessToken Vs ID Token Vs Refresh Token - What? Why?When?
2/16/2024 6:33:16 AM.
This article elucidates various token types in OpenID Connect, including JSON Web Tokens (JWT), Access Tokens, ID Tokens, and Refresh Tokens. It discusses their significance, structure, and usage in a
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.
Cloning Repository from Github portal using PAT
1/4/2024 10:04:58 AM.
The article explains the steps on how to configure PAT and use PAT to clone the repository. Clone a GitHub repository securely using a Personal Access Token (PAT). Learn to generate a PAT in GitHub se
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
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
Get the Azure AD token by Using the Postman
11/8/2023 7:13:01 AM.
Learn how to obtain the AD token by postman using client Id and Client Secret.
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
Client Credentials Flow - Call Web API to API without user interaction
7/18/2023 6:21:20 AM.
This article shows the way to call API to API with user interaction by using Client Credentials Flow.
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.
Generate Access Token For Dynamics 365 Single Tenant Server To Server Authentication
8/31/2020 10:11:21 AM.
In Dynamics 365 integration scenarios, most of the times, we need to authenticate only single tenant. Since now Dynamics 365 authentication through Azure AD only (for online instances) is recommended,
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.
Acessing Azure DevOps By Using PAT
6/29/2020 8:53:21 AM.
This article talks about what is PAT, how to use it while making any REST API call.
How To Get AD Access Token For Power BI Embedding In .NET Core
6/14/2019 9:17:25 AM.
In this article, you'll learn how to get an AD Access Token in .NET Core.
How To Get Access Token And Refresh Token For SharePoint From Ionic 3 Mobile App
11/13/2018 8:51:08 AM.
Ionic is an open source framework. It is the most popular cross-platform mobile app framework. It helps develop or build hybrid mobile apps fast and easy. The efficiency of Ionic helps saves time and
How To Fetch Access Token Using Microsoft Graph API
3/3/2018 12:24:39 PM.
In this article, I have explained how Microsoft Graph API works.
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.