└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Authenticating to Azure AD non-interactively using a username & password or Windows Integrated Authentication 2 | 3 | **There's a newer version of this sample taking advantage of the Microsoft identity platform** (formerly Azure AD v2.0) Check it out: 4 | 5 | - https://github.com/Azure-Samples/active-directory-dotnet-iwa-v2 for integrated windows authentication 6 | - https://github.com/azure-samples/active-directory-dotnetcore-console-up-v2 for username/password 7 | 8 | If you really need to access this Azure AD v1.0, you can navigate to the [master](https://github.com/Azure-Samples/active-directory-dotnet-native-headless/tree/master) branch, but please know that it's no longer supported. --------------------------------------------------------------------------------