News

Microsoft Previews Authentication Library for Windows Azure AD

The company has added an Azure Authentication Library for .NET to the Developer Preview of its cloud-based identity management service.

Microsoft introduced another component to the Developer Preview of Windows Azure Active Directory last week, aimed at opening up the cloud-based identity management service to .NET developers.

The Azure Authentication Library (AAL) enables native client developers to authenticate users against Windows Azure Active Directory and other identity providers. It also provides the logic to secure native client and service APIs, according to Microsoft.

Windows Azure Active Directory is an extension of Windows Server Active Directory. It's used in several Microsoft cloud-based services including Office 365, Dynamics CRM Online and Windows Intune.

Microsoft released a Developer Preview of Windows Azure Active Directory in mid July as part of its plan to extend the identity management service to developers for use in third-party applications and services. Key components include Web single sign-on (SSO) capability and a REST-based Graph API that allows you to programmatically connect to the Windows Azure Active Directory and access data.

The AAL Developer Preview is described as an early preview of how Microsoft "thinks" about native client and API protection. Alex Simons, Microsoft's director of Program Management in the Active Directory Division, explained what AAL enables in native client apps in the Windows Azure team blog:

  • Prompt the user to authenticate against Windows Azure AD directory tenants, AD FS 2.0 servers and all the identity providers supported by Azure AD Access Control (Windows Live ID, Facebook, Google, Yahoo!, any OpenID provider, any WS-Federation provider)
  • Take advantage of username/password or the Kerberos ticket of the current workstation user for obtaining tokens programmatically
  • Leverage service principal credentials for obtaining tokens for server to server service calls

He also outlined how AAL might be used with service APIs:

On the service side, the library offers you the ability to validate incoming tokens and return the identity of the caller in the form of ClaimsPrincipal, consistent with the behavior of the rest of our development platform.

The current preview contains client and service-side capabilities. Future versions of AAL will be native client only. The service-side features will become extensions to Windows Identity Foundation, according to Simons.

The AAL Developer Preview is available via a NuGet package (assemblies and references) that can be added to your project from within Visual Studio. Microsoft is also providing sample libraries and documentation.

In addition to the .NET platform, Microsoft is "working on" developing Azure Authentication Libraries for WinRT, Android and iOS, according to Simons. Support for multiple languages on the service side is also under consideration. At some point, Microsoft expects to open source AAL so that developers can extend the code.

About the Author

Kathleen Richards is the editor of RedDevNews.com and executive editor of Visual Studio Magazine.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube