You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an inconsistency between the UI state and actual behavior of Auth Webhook method selection.
When no Auth Webhook methods are explicitly selected, the webhook URL is called for ALL methods
When all Auth Webhook methods are deselected, the webhook URL is still called for ALL methods
However, the UI does not reflect this behavior, showing methods as unchecked even though they are effectively active
The UI should accurately reflect the actual webhook behavior:
When setting a webhook URL:
All method checkboxes should be automatically checked
This reflects that the webhook is active for all methods by default
When deselecting all webhook methods:
All method checkboxes should remain checked
This reflects that deselecting all methods defaults to checking all methods
Why: Fix UI Inconsistency
The text was updated successfully, but these errors were encountered:
Description:
There is an inconsistency between the UI state and actual behavior of Auth Webhook method selection.
When no Auth Webhook methods are explicitly selected, the webhook URL is called for ALL methods
When all Auth Webhook methods are deselected, the webhook URL is still called for ALL methods
However, the UI does not reflect this behavior, showing methods as unchecked even though they are effectively active
The UI should accurately reflect the actual webhook behavior:
When setting a webhook URL:
When deselecting all webhook methods:
Why: Fix UI Inconsistency
The text was updated successfully, but these errors were encountered: