Skip to content

v1.51.0

Latest

Choose a tag to compare

@bkiran6398 bkiran6398 released this 30 Jun 13:32
d723cf9

ENHANCEMENTS:

  • resource/auth0_connection – Add id_token_session_expiry_supported field to OIDC and Okta connection options, enabling IPSIE session expiry claim support (#1628)
  • resource/auth0_client – Add support for configuring session_transfer.delegation (allow_delegated_access, enforce_device_binding) for Custom Token Exchange and impersonation via Session Transfer (EA only) (#1618)
  • resource/auth0_client – Add support for configuring fedcm_login to enable Google One Tap (FedCM) sign-in on the New Universal Login page (EA only) (#1617)
  • resource/auth0_connection – Add support for configuring type and send_back_channel_nonce options for Okta Workforce connections (#1615)
  • resource/auth0_client_credentials – Add support for a write-only client_secret via client_secret_wo and client_secret_wo_version (#1613)
  • resource/auth0_resource_server – Add support for configuring allow_online_access and allow_online_access_with_ephemeral_sessions for Online Refresh Tokens (EA only) (#1576)

BUG FIXES:

  • resource/auth0_action – Increase the HTTP timeout to 6 minutes to avoid timeouts on slow action builds (#1616)
  • resource/auth0_action – Add explicit handling for action-module dependency during code updates (#1631)