puppetlabs / vault-plugin-secrets-oauthapp

OAuth 2.0 secrets plugin for HashiCorp Vault supporting a variety of grant types
Apache License 2.0
94 stars 10 forks source link

feat: Add support for azure AD multitenant app #51

Closed vavsab closed 3 years ago

vavsab commented 3 years ago

Fixes the issue #50

I have made it possible to override endpoints before making any query. Azure AD provider always replaces {{tenant}} placeholder to current tenant (it may be a global tenant or a specific one that was set via config/self/:name endpoint)

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

impl commented 3 years ago

Hey @vavsab,

Sorry for taking so long to get to this. I'm going to go ahead and pull this into a new branch to do some small adjustments to align it to some upcoming work we're going to take on, and to add some tests. Sorry for my initial misunderstanding of how Azure AD works in this regard!