Kevin Yam's repositories
active-directory-dotnet-desktop-msgraph-v2
Sample showing how a windows Desktop .NET (WPF) application can get an access token using MSAL.NET and call the Microsoft Graph API or other APIs protected by Azure Active Directory v2
active-directory-dotnet-resource-manager-authorization
A sample application that enables users to connect to their Azure subscription, and grant access to the application for monitoring resources.
active-directory-dotnet-web-single-sign-out
A web application (written in .NET 4.5) that shows how to perform single sign out from all Azure AD apps using OpenID Connect distributed sign out.
active-directory-dotnet-webapi-manual-jwt-validation
How to manually process a JWT access token in a web API using the JSON Web Token Handler For the Microsoft .Net Framework 4.5.
active-directory-dotnet-webapp-groupclaims
A .NET 4.5 MVC web app that uses Azure AD groups for authorization.
active-directory-dotnet-webapp-multitenant-openidconnect
A sample .NET 4.5 MVC web app that signs-up and signs-in users from any Azure AD tenant using OpenID Connect.
active-directory-dotnet-webapp-openidconnect
A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.
active-directory-dotnet-webapp-openidconnect-aspnetcore
An ASP.NET Core web application that signs-in Azure AD users from a single Azure AD tenant.
active-directory-dotnet-webapp-roleclaims
A .NET 4.5 MVC web app that uses Azure AD application roles for authorization.
active-directory-dotnet-webapp-webapi-multitenant-openidconnect
A sample .NET 4.5 MVC SaaS web app that signs-up and signs-in users from any Azure AD tenant, and calls the Azure AD Graph API.
active-directory-dotnet-webapp-webapi-oauth2-useridentity
In the sample, an existing web app with its own way of signing in users adds the ability to call an Azure AD protected web API using OAuth 2.0 access tokens.
active-directory-dotnet-webapp-webapi-openidconnect
A .NET 4.5 MVC web app that signs Azure AD users in with OpenID Connect and calls a web api using OAuth 2.0 access tokens.
active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore
An ASP.NET Core web application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
active-directory-dotnet-windows-store
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.
active-directory-ios
An iOS application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
active-directory-javascript-nodejs-webapi-v2
A small Node.js Web API that works with Azure AD v2.0 to accept and validates access tokens.
angular-excelstarter-sample
This sample shows how to connect an Angular 4.0 app to a Microsoft work or school (Azure Active Directory) using the Microsoft Graph API to get a user's name and address and upload that information to an Excel file stored in OneDrive.
AppModelv2-WebAPI-nodejs
A Node.js web API that is protected by Azure AD v2.0 using JWT Bearer tokens.
console-java-connect-sample
This sample shows how to authenticate a user with the Microsoft Graph API and send an email with attachment
dynamics365smb-devitpro-pb
Welcome to the repository for partner-focused content for Microsoft Dynamics 365 Business Central! It also provides a way for you to actively contribute to the current Business Central content.
GHOIDCTest
Test repository for GH Actions OIDC
letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
microsoft-graph-docs
Documentation for the Microsoft Graph REST API
NativeClient-iOS
An iOS app that acquires tokens from AAD for accessing protected resources.
rclone
"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
react-excelstarter-sample
This sample shows how to connect a React app to a Microsoft work or school (Azure Active Directory) using the Microsoft Graph API to get a user's name and address and upload that information to an Excel file stored in OneDrive.
skype-docs
This repository contains the content of the Skype Web SDK documentation that is published on MSDN
WebApp-OpenIdConnect-DotNet
A web app that uses OWIN to authenticate users with OpenIdConnect.