github google/oauth2l v1.1.0
OAuth2l v1.1.0 Release

latest releases: v1.3.0, v1.2.2, v1.2.1...
3 years ago

This is a major release containing several new features and bug fixes.

Features added:

  1. STS support:
  • Added "--sts" boolean flag to perform STS token exchange as a final step, converting the fetched OAuth Access Token to STS token. This flag is compatible with oauth and sso auth types, as well as curl and caching.
  • Added "--quota_project" GUAC parameter for use in STS claim.
  1. OAuth2l Playground support:
  • Added "web" command to install and launch an interactive web app version of the OAuth2l tool via local deployment via docker. This feature is currently in experimental phase and will be enhanced in future releases.
  1. Improved handling of expired access tokens in cache:
  • OAuth2l will no longer return expired access tokens from the cache to the user.
  • OAuth2l will automatically refresh expired access token (via refresh token), if the "--refresh" parameter is enabled. This eliminates the hassle of having to redo the authorization flow for 3LO when the access token has expired.

Don't miss a new oauth2l release

NewReleases is sending notifications on new releases.