Skip to content

v1.46.0 OIDC fixes and features; config improvements for requests; access token in query string helper deprecation.

Choose a tag to compare

@amanda-tarafa amanda-tarafa released this 01 Jun 15:03

Bug fixes:

  • #1558 Fixes issues with OIDC token emission:
    • Sets the correct audience in the JWT used to request the OIDC token.
    • The OIDC token exposes the id_token instead of the access_token.

New features:

  • #1558 Adds support for IAP token verification.
  • #1563 Extension method for requests to allow for fluent configuration.

Obsoletes:

  • #1564 Marks as obsolete Google.Apis.Auth.OAuth2.BearerToken.QueryParameterAccessMethod.