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
232 stars 88 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).

bgavrilMS commented 1 month ago

For the retry policy I recommend you see the 3 PRs in MSAL Node:

https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/6891 https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/6950 https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/6920