drozhkov / azure-activedirectory-library-for-dotnet

Home Page:https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Active Directory Authentication Library (ADAL) for .NET, Windows Store, .NET Core, Xamarin iOS and Xamarin Android.

Make ADAL.NET Great Again!

Just wanted to make this code to work for .NET Standard

result = await context.AcquireTokenAsync(resource, clientId, new UserPasswordCredential("john@contoso.com", johnsPassword));

Contributing

All code is licensed under the MIT license and we triage actively on GitHub. We enthusiastically welcome contributions and feedback. You can clone the repo and start contributing now, but check this document first.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License (the "License");

We Value and Adhere to the Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-libraries

License:MIT License


Languages

Language:C# 99.2%Language:Batchfile 0.4%Language:PowerShell 0.2%Language:Smalltalk 0.1%Language:JavaScript 0.0%Language:CSS 0.0%