golang / oauth2

Go OAuth2
https://golang.org/x/oauth2
BSD 3-Clause "New" or "Revised" License
5.24k stars 974 forks source link

Support client_credentials flow with Microsoft Identity Platform v2.0 using client assertions #465

Open manicminer opened 3 years ago

manicminer commented 3 years ago

Example/proposal in #464

Documentation

deltamualpha commented 1 year ago

I would find this very valuable. @codyoss, are you the current maintainer of this package? The pull request here seems quite reasonable.

manicminer commented 1 year ago

@deltamualpha If you're looking for a maintained implementation of this, I have a package github.com/manicminer/hamilton/auth supporting the various Azure AD authentication methods.