#
aad
Here are 70 public repositories matching this topic...
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
-
Updated
Aug 14, 2020 - C#
An ASP.NET Core web application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
-
Updated
Jan 22, 2020 - C#
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.
-
Updated
Feb 6, 2020 - C#
A windows desktop program that demonstrates non-interactive authentication to Azure AD using a username & password, and optionaly windows integrated authentication.
-
Updated
Jan 29, 2020 - C#
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.
-
Updated
Mar 23, 2020 - C#
Create a full AD/CA/ADFS/WAP lab environment with Azure AD Connect installed
-
Updated
Oct 9, 2018 - PowerShell
external OpenID Connect Login to IdentityServer4 with AAD
identity
oauth2
angular
azure
bootstrap4
totp
authenticator
openid
asp-net-core
identityserver4
oidc
2fa
authn
aad
fido2
code-flow
-
Updated
Jul 31, 2020 - C#
MCW Modern cloud apps
azure
api-management
vsts
pci-dss
sql-database
on-premises
aad
logic-apps
app-service
data-factory
sql-data-warehouse
mcw
app-insights
azure-synapse-analytics
-
Updated
Jul 31, 2020 - JavaScript
A .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
-
Updated
Dec 17, 2019 - C#
MCW OSS PaaS and DevOps
docker
jenkins
devops
containers
functions
vsts
paas
ci-cd
mern
cicd
mern-stack
aad
azure-container-registry
logic-apps
cosmosdb
app-service-linux
cosmos-db
web-app-for-containers
-
Updated
Aug 20, 2020 - JavaScript
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.
-
Updated
Feb 6, 2020 - Java
Code may be used in Google Associate Android Developer Exam 谷歌安卓开发者认证考试常用代码
-
Updated
Apr 17, 2019 - Java
MCW Azure Blockchain
-
Updated
Jul 1, 2019
This application shows the list of your Office 365 Groups retrieved using the Microsoft Graph.
-
Updated
Jan 20, 2018 - JavaScript
Implement, demonstrate, reproduce and extend the results of the article 'Differential Machine Learning' (Huge & Savine, 2020), and cover implementation details left out of the working paper
machine-learning
deep-learning
tensorflow
automatic-differentiation
pricing
derivatives
quantitative-finance
notebooks
regression-models
backpropagation
risk-management
computational-finance
aad
risk-magazine
-
Updated
Jun 14, 2020 - Jupyter Notebook
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.
-
Updated
Jan 29, 2020 - C#
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 a downstream web API with a Conditional Access policy applied to it.
-
Updated
Feb 6, 2020
Powershell module to connect to all MS365 services and install required modules or packages.
azure
teams
azure-active-directory
sharepoint-online
office365
microsoft-teams
office-365
skype-for-business
azure-ad
aad
microsoft-azure
exchange-online
spo
skype4b
msol
microsoft-office365
skype-for-business-online
microsoft-online
-
Updated
Aug 22, 2020 - PowerShell
Complement the article 'Differential Machine Learning' (Huge & Savine, 2020), including mathematical proofs and important implementation details for production
machine-learning
deep-learning
tensorflow
automatic-differentiation
pricing
derivatives
quantitative-finance
regression-models
backpropagation
risk-management
computational-finance
aad
risk-magazine
-
Updated
May 6, 2020
Provides additional classes for automatic differentiations (e.g. backward automatic differentiation - aka AAD).
-
Updated
Oct 19, 2018 - Java
Create an AAD-integrated AKS cluster with Terraform
-
Updated
Dec 14, 2019 - HCL
Workshop for using Azure AD with AKS cluster to authenticate and authorise users.
kubernetes
authentication
rbac
role
authorisation
azure-active-directory
aad
aks
azure-kubernetes-service
rolebinding
-
Updated
Mar 3, 2019 - Shell
a kubectl plugin to support Azure Kubernetes Service AAD feature
-
Updated
Feb 22, 2020 - Go
Improve this page
Add a description, image, and links to the aad topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aad topic, visit your repo's landing page and select "manage topics."
Describe the bug
I followed the documentation,
const config = {
auth: {
authority: (process.env.REACT_APP_AUTHORITY as string),
clientId: (process.env.REACT_APP_AAD_APP_CLIENT_ID as string),
},
cache: {
cacheLocation: "localStorage",
storeAuthStateInCookie: true
},
};
and got a TypeError
Argument of type '{ auth: { authority: string;