More
More
-
A11y Public
Forked from MicrosoftEdge/A11yAutomated testing for HTML5Accessibility.com
C# Other UpdatedSep 23, 2016 -
A11yDevTool Public
Forked from MicrosoftEdge/A11yDevToolThis repo contains a mapping of UIA properties to ARIA properties that is used by the F12 developer tools in Edge.
JavaScript MIT License UpdatedMay 24, 2016 -
aad-hybrid-lab Public
Forked from microsoft/aad-hybrid-labCreate a new VM with AD installed, test users created, PowerShell Azure AD modules, and Azure AD Connect installer ready to go.
PowerShell MIT License UpdatedOct 26, 2018 -
Abbrevia Public
Forked from TurboPack/AbbreviaAbbrevia is a compression toolkit for Delphi and C++Builder.
Pascal UpdatedSep 9, 2021 -
abstractions Public
Forked from unitycontainer/abstractionsUnity.Abstractions package
C# Apache License 2.0 UpdatedNov 19, 2018 -
AccCheckerExtensionForVS Public
Forked from microsoft/AccCheckerExtensionForVSDetect and resolve common accessibility issues before you ship your code with a free Visual Studio extension.
C# MIT License UpdatedJun 23, 2022 -
acr-builder Public
Forked from Azure/acr-builderAzure Container Registry Build Runner
Go MIT License UpdatedOct 30, 2018 -
acs-engine Public
Forked from Azure/acs-engineAzure Container Service Engine - provision and deploy container orchestrators on Azure: Kubernetes, DC/OS, and Docker Swarm.
Go MIT License UpdatedOct 30, 2018 -
activate-sensorcore Public
Forked from microsoft/activate-sensorcoreHelper library for SensorCore SDK to activate Location and Motion data
C# UpdatedNov 27, 2014 -
active-directory-b2c-advanced-policies Public
Forked from Azure-Samples/active-directory-b2c-advanced-policiesSample policies for use with the Azure AD B2C Premium offering
C# MIT License UpdatedAug 31, 2022 -
active-directory-b2c-dotnet-webapp-and-webapi Public
Forked from Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapiA combined sample for a .NET web application that calls a .NET Web API, both secured using Azure AD B2C
C# MIT License UpdatedSep 1, 2022 -
active-directory-b2c-dotnetcore-webapp Public
Forked from Azure-Samples/active-directory-b2c-dotnetcore-webappAn ASP.NET Core web application that signs-in users with Microsoft Accounts and Azure AD Accounts from multiple Azure AD directories
C# MIT License UpdatedOct 22, 2021 -
active-directory-dotnet-admin-restricted-scopes-v2 Public
Forked from Azure-Samples/active-directory-dotnet-admin-restricted-scopes-v2An ASP.NET MVC application that shows how to use the Azure AD v2.0 endpoint to collect consent for permissions that require administrative consent.
JavaScript MIT License UpdatedAug 31, 2022 -
active-directory-dotnet-daemon Public
Forked from Azure-Samples/active-directory-dotnet-daemonA 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.
C# MIT License UpdatedSep 1, 2022 -
active-directory-dotnet-daemon-certificate-credential Public
Forked from Azure-Samples/active-directory-dotnet-daemon-certificate-credentialA .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
C# MIT License UpdatedSep 1, 2022 -
active-directory-dotnet-demo-tdlr Public
Forked from Azure-Samples/active-directory-dotnet-demo-tdlrA demo web application that uses Azure AD for sign up & sign in and calls the Azure AD Graph API to search for users.
C# MIT License UpdatedSep 1, 2022 -
active-directory-dotnet-demo-tdlr-usersync Public
Forked from Azure-Samples/active-directory-dotnet-demo-tdlr-usersyncA demo web application that syncs the app's local user store with users that have been assigned to the application in the directory.
C# MIT License UpdatedSep 1, 2022 -
active-directory-dotnet-deviceprofile Public
Forked from Azure-Samples/active-directory-dotnet-deviceprofileThis 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 a…
C# MIT License UpdatedJun 23, 2022 -
active-directory-dotnet-graphapi-console Public
Forked from Azure-Samples/active-directory-dotnet-graphapi-consoleA .NET console application that performs various queries against the Azure AD Graph API using both user identities and application identities.
C# MIT License UpdatedOct 22, 2021 -
active-directory-dotnet-graphapi-diffquery Public
Forked from Azure-Samples/active-directory-dotnet-graphapi-diffqueryA console application that demonstrates how to make Differential Query calls to the Graph API, allowing applications to request only changed data from Azure AD tenants.
C# MIT License UpdatedMar 16, 2017 -
active-directory-dotnet-graphapi-directoryextensions-web Public
Forked from Azure-Samples/active-directory-dotnet-graphapi-directoryextensions-webAn .NET 4.5 web app that uses the Azure AD Graph API to add custom properties using directory extensions.
C# MIT License UpdatedJun 23, 2022 -
active-directory-dotnet-graphapi-reporting Public
Forked from Azure-Samples/active-directory-dotnet-graphapi-reportingA web application sample that calls the Azure AD Graph API reporting capabilities
C# MIT License UpdatedMar 16, 2017 -
active-directory-dotnet-graphapi-web Public
Forked from Azure-Samples/active-directory-dotnet-graphapi-webA .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
C# MIT License UpdatedSep 1, 2022 -
active-directory-dotnet-iwa-v2 Public
Forked from Azure-Samples/active-directory-dotnet-iwa-v2.NET console application letting a user acquire a token for the Microsoft Graph using Integrated Windows Authentication (on domain joined or AAD joined machines)
C# MIT License UpdatedDec 8, 2022 -
active-directory-dotnet-native-aspnetcore Public
Forked from Azure-Samples/active-directory-dotnet-native-aspnetcoreA WPF application that calls a Web API running on ASP.NET Core protected by Azure AD using OAuth 2.0 access tokens.
C# MIT License UpdatedJun 23, 2022 -
active-directory-dotnet-native-aspnetcore-v2 Public
Forked from Azure-Samples/active-directory-dotnet-native-aspnetcore-v2Calling a ASP.NET Core Web API from a WPF application using Azure AD V2
C# MIT License UpdatedDec 8, 2022 -
active-directory-dotnet-native-desktop Public
Forked from Azure-Samples/active-directory-dotnet-native-desktopA .NET 4.5 WPF application that authenticates a user and calls web API using Azure AD and OAuth 2.0 access tokens.
C# MIT License UpdatedMay 31, 2023 -
active-directory-dotnet-native-headless Public
Forked from Azure-Samples/active-directory-dotnet-native-headlessA windows desktop program that demonstrates non-interactive authentication to Azure AD using a username & password.
C# MIT License UpdatedDec 8, 2022 -
active-directory-dotnet-native-uwp-v2 Public
Forked from Azure-Samples/active-directory-dotnet-native-uwp-v2A Windows Universal Platform client application using msal.net, accessing the Microsoft Graph for a user authenticating with Azure AD V2 endpoint
C# MIT License UpdatedJul 19, 2023 -
active-directory-dotnet-native-uwp-wam Public
Forked from Azure-Samples/active-directory-dotnet-native-uwp-wamA Universal Windows Platform (UWP) app that uses the Windows 10 WebAccountManager API to obtain an access token for and call the Azure AD Graph API.
C# MIT License UpdatedFeb 27, 2017