-
Notifications
You must be signed in to change notification settings - Fork 378
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
Implement rule evaluation data provider for pre issue access token flow. #2684
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2684 +/- ##
============================================
- Coverage 56.15% 55.65% -0.51%
- Complexity 8401 8524 +123
============================================
Files 642 645 +3
Lines 47828 49283 +1455
Branches 9151 9535 +384
============================================
+ Hits 26859 27429 +570
- Misses 17141 17960 +819
- Partials 3828 3894 +66
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...rg/wso2/carbon/identity/oauth/action/rule/PreIssueAccessTokenRuleEvaluationDataProvider.java
Outdated
Show resolved
Hide resolved
# Conflicts: # components/org.wso2.carbon.identity.oauth/pom.xml # components/org.wso2.carbon.identity.oauth/src/test/resources/testng.xml # pom.xml
...rg/wso2/carbon/identity/oauth/action/rule/PreIssueAccessTokenRuleEvaluationDataProvider.java
Outdated
Show resolved
Hide resolved
4ae3e90
to
12d8f1c
Compare
...rg/wso2/carbon/identity/oauth/action/rule/PreIssueAccessTokenRuleEvaluationDataProvider.java
Show resolved
Hide resolved
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12927511268
Proposed changes in this pull request
Resolves wso2/product-is#22353
This PR supports rule evaluation facility with regard to pre issue access token action.
This implements the rule evaluation data provider contract provided for the rule evaluation service for this particular action type in order to feed data needed to evaluate the rule at the execution.