Skip to content
Hemanth Chittanuru edited this page Aug 4, 2020 · 3 revisions

The Microsoft Authentication Library for Go enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Azure AD and Microsoft accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph or your own APIs registered with the Microsoft identity platform. It is built using industry standard OAuth2 and OpenID Connect protocols.

Getting Started with MSAL Go

  1. Home
  2. Build and Test
Clone this wiki locally