Skip to content
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

[OB3] - Real time notification sends to all the callback servers regardless of event type when TPP has multiple subscriptions #168

Closed
malshaniS opened this issue Oct 30, 2024 · 1 comment

Comments

@malshaniS
Copy link
Contributor

Description:
According to the expected behaviour the real time event notification should redirect to the relevant server based on the subscribed event type. But in actual scenario, the real time notification sends to all the callback servers regardless of event type when TPP has multiple subscriptions.

  1. Create a subscription for consent revoke and resource update separately with different callback urls.
Screenshot 2024-10-30 at 11 38 54 PM
  1. Create an event for consent revocation.
  2. Notification should received only by the server "http://localhost:5055/sample-tpp-server".
  3. But it received by both the servers.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:
[Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. ]

@VimukthiRajapaksha
Copy link
Contributor

Fixed with 11887 update.

Release versions
wso2-obam-accelerator 3.0.0.66.full
wso2-obiam-accelerator 3.0.0.112.full

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants