google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
651 stars 81 forks source link

Add support for domain-wide delegation and refresh token output format #111

Closed andyrzhao closed 3 years ago

andyrzhao commented 4 years ago

-Add support for domain-wide delegation by propagating email parameter all the way to JWTConfigFromFile's Subject field. -Also added support for "refresh_token" output format to output gcloud-style refresh token credentials. This feature has been previously requested by Chris Broadfoot, and can be used to support 3LO authentication in GUAC conforming client libraries.