-
Notifications
You must be signed in to change notification settings - Fork 546
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
Add new method to get federated authenticator by name. #6363
Add new method to get federated authenticator by name. #6363
Conversation
a81bf23
to
dfe652b
Compare
dfe652b
to
60aa6a2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6363 +/- ##
============================================
+ Coverage 46.33% 46.41% +0.07%
- Complexity 14681 14737 +56
============================================
Files 1707 1713 +6
Lines 103362 103607 +245
Branches 18508 18532 +24
============================================
+ Hits 47895 48085 +190
- Misses 48627 48672 +45
- Partials 6840 6850 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/application/common/ApplicationAuthenticatorService.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
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/12966606668
Issue:
Create new method to get the FederatedAuthenticatorByName for both SYSTEM and USER defined users.