Pinned Repositories
active-directory-android
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.
active-directory-angularjs-singlepageapp
An AngularJS based single page app, implemented with an ASP.NET Web API backend, that signs in users and calls web APIs using Azure AD
active-directory-dotnet-daemon
A Windows console application that calls a web API using its app identity (instead of a user's identity) to get access tokens in an unattended job or process.
active-directory-dotnet-daemon-certificate-credential
A .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
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-deviceprofile
This sample demonstrates how to leverage ADAL .NET to authenticate user calls to a web API (in this case, the directory Graph) from apps that do not have the capability of offering an interactive authentication experience.
active-directory-dotnet-graphapi-console
A .NET console application that performs various queries against the Azure AD Graph API using both user identities and application identities.
active-directory-dotnet-native-aspnetcore
A WPF application that calls a Web API running on ASP.NET Core 2.0 protected by Azure AD using OAuth 2.0 access tokens.
active-directory-dotnet-native-desktop
A .NET 4.5 WPF application that authenticates a user and calls web API using Azure AD and OAuth 2.0 access tokens.
active-directory-dotnet-native-headless
A windows desktop program that demonstrates non-interactive authentication to Azure AD using a username & password, and optionaly windows integrated authentication.
kjyam98's Repositories
kjyam98/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
kjyam98/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.
kjyam98/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.
kjyam98/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.
kjyam98/active-directory-dotnet-webapp-groupclaims
A .NET 4.5 MVC web app that uses Azure AD groups for authorization.
kjyam98/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.
kjyam98/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.
kjyam98/active-directory-dotnet-webapp-openidconnect-aspnetcore
An ASP.NET Core web application that signs-in Azure AD users from a single Azure AD tenant.
kjyam98/active-directory-dotnet-webapp-roleclaims
A .NET 4.5 MVC web app that uses Azure AD application roles for authorization.
kjyam98/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.
kjyam98/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.
kjyam98/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.
kjyam98/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.
kjyam98/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.
kjyam98/active-directory-ios
An iOS application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
kjyam98/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.
kjyam98/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.
kjyam98/AppModelv2-WebAPI-nodejs
A Node.js web API that is protected by Azure AD v2.0 using JWT Bearer tokens.
kjyam98/console-java-connect-sample
This sample shows how to authenticate a user with the Microsoft Graph API and send an email with attachment
kjyam98/docfx
Tools for building and publishing API documentation for .NET projects
kjyam98/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.
kjyam98/GHOIDCTest
Test repository for GH Actions OIDC
kjyam98/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
kjyam98/microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
kjyam98/microsoft-graph-docs
Documentation for the Microsoft Graph REST API
kjyam98/NativeClient-iOS
An iOS app that acquires tokens from AAD for accessing protected resources.
kjyam98/rclone
"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
kjyam98/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.
kjyam98/skype-docs
This repository contains the content of the Skype Web SDK documentation that is published on MSDN
kjyam98/WebApp-OpenIdConnect-DotNet
A web app that uses OWIN to authenticate users with OpenIdConnect.