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 11 forks source link

Make auth code URL optional #31

Closed impl closed 3 years ago

impl commented 3 years ago

This change makes it optional to provide the auth code URL for a provider. This allows totally external auth (plugin has no knowledge of how users get the code) as well as machine-to-machine only auth that doesn't use 3-legged auth at all.