Skip to content

OAuth2l v1.1.0 Release

Compare
Choose a tag to compare
@andyrzhao andyrzhao released this 12 Aug 22:54
· 23 commits to master since this release
3eea11c

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.