- Actions for post‑login and credentials‑exchange will no longer expose auth_session, authn_response, client_secret, client_assertion, and refresh_token in event.request.query and event.request.body (restricted by Sep 16 2025 or earlier fo...
- Accessing these properties will now return undefined, so any actions that reference them must be updated to prevent partial degradation or failure of authentication flows.
- Use event.secrets, custom parameters, or client/connection metadata as alternatives for handling the now‑restricted sensitive data.