AzureAD / microsoft-authentication-library-for-go

The MSAL library for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect.
MIT License
228 stars 87 forks source link

[Feature Request] Add support for Managed Identity #452

Open bgavrilMS opened 1 year ago

bgavrilMS commented 1 year ago

Support in MSAL .NET - https://learn.microsoft.com/en-us/entra/msal/dotnet/advanced/managed-identity

More in-depth technical spec here. DotNet implementation here. All MSALs support it (Java, Py, NodeJS).