Email based workflow systems #28
Labels
at-risk-use-case
Use cases that may break with mitigations applied.
bounce-tracking
Issues related to bounce tracking mitigations.
One use case discussed at TPAC that might break with bounce tracking mitigations is email based workflow systems. Consider:
Here the bouncer is being used to implement a business workflow solution for a customer.
Since the user never actually interacts with saas.example/bouncer, however, our mitigations will end up deleting the cookie. This will break the workflow.
Current work arounds are:
a. Add an interstitial explaining to the user that saas.example is managing the workflow for the customer and solicit an interaction. (Adds user friction.)
b. Host a version of bouncer under the customer.example domain either via a CNAME or on-premise installation. (Adds integration costs for SaaS provider and customer.)
We should consider other ways we can support this use case.
The text was updated successfully, but these errors were encountered: