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

Template IdV event listener #6242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AfraHussaindeen
Copy link
Contributor

Purpose

Template to change the default execution order id (which is 150 [1] ), since the default order id was overridden by another listener.

The selected default order id is 120, which is not occupied by other UserOperationEventListener listeners.

Screenshot 2024-12-25 at 20 30 32

Note : In Asgardeo, this issue does not exist because the IdVUserOperationEventListener is configured with a priority of 120 through the deployment.toml file. Refer [2].

[1] https://github.com/wso2-extensions/identity-verification/blob/67a61a7d9498b037dad05f0a351bf057a6eee49b/components/org.wso2.carbon.extension.identity.verification.mgt/src/main/java/org/wso2/carbon/extension/identity/verification/mgt/listeners/IdVUserOperationEventListener.java#L283
[2] https://github.com/wso2-enterprise/asgardeo-deployment-helm-is/blame/8c9794eaf031298018538b8f608a8427b17fd80d/confs/deployment.toml#L2512C12-L2512C12

Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.70%. Comparing base (f70492e) to head (0b6fa45).

Additional details and impacted files
@@            Coverage Diff             @@
##             master    #6242    +/-   ##
==========================================
  Coverage     45.69%   45.70%            
+ Complexity    14077    14058    -19     
==========================================
  Files          1633     1633            
  Lines        100914   100656   -258     
  Branches      17730    17696    -34     
==========================================
- Hits          46115    46002   -113     
+ Misses        48082    47958   -124     
+ Partials       6717     6696    -21     
Flag Coverage Δ
unit 28.40% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

1 participant