Found 26 repositories(showing 26)
Azure-Samples
A .NET 4.5 MVC Web API protected by Azure AD that receives tokens from a client and uses ADAL to get tokens for calling the MIcrosoft Graph
Azure-Samples
An android app that uses Azure AD and the ADAL library for authenticating the user and calling a web API using OAuth 2.0 access tokens.
shawntabrizi
This is a set of really simple PowerShell scripts which allow you to get access tokens with with Azure Active Directory using ADAL.
peted70
Sample HoloLens2 application showing various different ways to get an AAD token (including Iris scan). MSAL, ADAL and WebAuthenticationBroker. Supercedes https://github.com/peted70/msal-hololens
OfficeDev
[ARCHIVED] This sample shows how to build a single tenant MVC web application that uses Azure AD for sign-in using the OpenID Connect protocol, and then calls a Office 365 API under the signed-in user's identity using tokens obtained via OAuth 2.0. This sample uses the OpenID Connect ASP.Net OWIN middleware and ADAL .Net.
Azure-Samples
A Windows Store 8.1 or Windows 10 (UWP) application that uses Azure AD and the ADAL library to authenticate the user and call a web API using OAuth 2.0 access tokens.
Azure-Samples
An Apache Cordova app that uses the ADAL plugin for Cordova to authenticate uses and call a web API using OAuth 2.0 access tokens.
peted70
Use to initialise AD - uses graph API and two alternative implementations of getting access tokens: ADAL and WebAccountManager
frankhu-2021
This is an ADAL .net Console application that will get 5 users from the Microsoft Graph from the tenant defined in the tenantID variable. It will also print the Access Token claims, and the response body from the Microsoft Graph in a formatted manner.
itsananderson
Generate ADAL bearer tokens from the CLI
jeroenmaes
ASP.Net MVC Sample Project that uses Table Storage as ADAL Token Cache
fabrajah
Python method to get an authentication token by using ADAL, when providing Username & Password
dany74q
A KeyVault client wrapper that helps transition between using ADAL (Active Directory Authenticatino Libraries) and MSI (Managed Service Identity) as a token provider
This is about Office 365 and azure ad integration on .Net application. Office 365 user can use its login credential to authenticate azure ad user. Here Azure AD and the ADAL library,OpenConnect are used to authenticate the user and call a web API using OAuth 2.0 access tokens to read directory details
kapilash
(Unofficial) Rust library for acquiring token from Azure Active Directory.
msftph
No description available
webbes
Sample of a token cache which stores AccessTokens in session
alfredorevilla
Azure AD B2C access token retrieval with ADAL
No description available
VitorX
Sample showing use of Redis cache as ADAL token cache
rwwilden
How to implement an Elm port to get a token from ADAL.js and continue
toolkitx
A toolkit to get Graph token by using ADAL.js and OAuth 2.0 implicit flow
Devinwong
A simple sample to get access token from Azure AD Authentication Library (ADAL) written in GO
Devinwong
A simple sample to get access token from Azure AD Authentication Library (ADAL) written in GO
frankhu-2021
This is a .net console application that will utilize the ADAL .net library in order to get an access token for the Microsoft Graph API and make a get call to the Microsoft Graph API. You will need to enter your own App ID, Redirect URI, Tenant ID, and HTTP Get Request
This sample shows how to build an MVC web application that uses Azure AD for sign-in using the OpenID Connect protocol, and then calls a Office 365 API under the signed-in user's identity using tokens obtained via OAuth 2.0. This sample uses the OpenID Connect ASP.Net OWIN middleware and ADAL .Net.
All 26 repositories loaded