-
Notifications
You must be signed in to change notification settings - Fork 93
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
Restrict cross-tenant Multi Attribute Login Identifier lookups #201
Restrict cross-tenant Multi Attribute Login Identifier lookups #201
Conversation
6fa821f
to
bc3bec8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #201 +/- ##
=========================================
Coverage 39.75% 39.75%
Complexity 408 408
=========================================
Files 111 111
Lines 3675 3675
Branches 416 416
=========================================
Hits 1461 1461
Misses 2058 2058
Partials 156 156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...ntity/conditional/auth/functions/utils/ResolveMultiAttributeLoginIdentifierFunctionImpl.java
Outdated
Show resolved
Hide resolved
...ntity/conditional/auth/functions/utils/ResolveMultiAttributeLoginIdentifierFunctionImpl.java
Outdated
Show resolved
Hide resolved
components/org.wso2.carbon.identity.conditional.auth.functions.utils/pom.xml
Outdated
Show resolved
Hide resolved
components/org.wso2.carbon.identity.conditional.auth.functions.utils/pom.xml
Outdated
Show resolved
Hide resolved
2a76e94
to
e8d333c
Compare
components/org.wso2.carbon.identity.conditional.auth.functions.utils/pom.xml
Show resolved
Hide resolved
e8d333c
to
6de9beb
Compare
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/12710126896
Purpose
Restrict cross-tenant Multi-Attribute Login Identifier lookups to prevent unauthorized cross-tenant resolutions.
Goals
Approach