-
Notifications
You must be signed in to change notification settings - Fork 14
[Category] Webhooks #1543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This would cover the use case we have where in our development instance we have multiple tenants and each tenant needs to have unique webhook URLs. Another solve would be for webhooks to belong to tenants. |
It's really surprising to me that webhooks are not scoped to tenants (and/or applications). It means that creating a user (for example) will fire a hook across n tenants, resulting in:
Is this issue being prioritised yet? It seems quite serious. Creating another deployment just for a different environment can be costly. (We're looking into the option of using a separate deployment, though this was an unexpected cost.) |
Came out of this comment: FusionAuth/fusionauth-issues#1543 (comment)
@robfusion can you open a separate GH issue that is linked to this one to track the tenant change we are making so that we can track it to close and leave this one open as the larger project task? The tenant work you are doing will essentially be delivering item 6 and 7 from the above list. |
… tenant. PR fixes. Add new UI to Tenant for enabling webhooks. -- FusionAuth/fusionauth-issues#1543
… tenant. PR fixes. Add new UI to Tenant for enabling webhooks. -- FusionAuth/fusionauth-issues#1543
#1660 is listed twice. |
Uh oh!
There was an error while loading. Please reload this page.
General Webhook enhancements
Problem
As we look forward to enable FusionAuth as a SCIM client we want to enhance webhooks to have some additional capability that will make it easier to support SCIM.
Solution
This is a general issues to enhance webhooks. Some specific features we'd like to deliver:
Add a tenant join table, allow webhooks to be enabled for one-to-many tenants, or all200
.404
, we could convert this to a Create event. This is sort of a SCIM advanced feature./api/status
or/api/prometheus/metrics
UserLoginSuccessEvent
andUserLoginSuspiciousEvent
be allowed to be configured as transactional? Or can we just fire and forget.Related
Completed
metadata.device.description
not always sent in a webhook #2100Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: