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
218 stars 87 forks source link

Draft: Support AuthenticationScheme interface to enable PoP bound access tokens #442

Closed manojampalam closed 11 months ago

manojampalam commented 11 months ago

PR attempting to realize proposal - https://github.com/AzureAD/microsoft-authentication-library-for-go/issues/439

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

bgavrilMS commented 11 months ago

@manojampalam - I gave you write access to this repo if you want to move away from a fork.

manojampalam commented 11 months ago

Moving changes and comments to PR in main repo https://github.com/AzureAD/microsoft-authentication-library-for-go/pull/443