-
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
Inherit isPublicClient property from parent application to the shared application #2610
Inherit isPublicClient property from parent application to the shared application #2610
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2610 +/- ##
============================================
+ Coverage 55.24% 56.22% +0.97%
+ Complexity 8260 8114 -146
============================================
Files 632 632
Lines 47943 46135 -1808
Branches 7867 7477 -390
============================================
- Hits 26486 25938 -548
+ Misses 17628 16495 -1133
+ Partials 3829 3702 -127
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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/11700039677
...arbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/OAuthAdminServiceImpl.java
Outdated
Show resolved
Hide resolved
b76933d
to
a89695a
Compare
Proposed changes in this pull request
$subject
Issue: wso2/product-is#21222
Fixes the second/third tasks of the above issue.
Goals
Approach
resolveBypassClientCredentialsProperty()
method is added to return the isPublicClient property of the main application if enabled or return the shared application value.When should this PR be merged
With the following PRs:
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation