-
Notifications
You must be signed in to change notification settings - Fork 372
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
Allow OAuth2 application management through DCR in sub organizations #2578
base: master
Are you sure you want to change the base?
Allow OAuth2 application management through DCR in sub organizations #2578
Conversation
92e8d33
to
725f30e
Compare
pom.xml
Outdated
@@ -933,7 +933,7 @@ | |||
<apache.felix.scr.ds.annotations.version>1.2.4</apache.felix.scr.ds.annotations.version> | |||
|
|||
<!-- Carbon kernel version --> | |||
<carbon.kernel.version>4.10.22</carbon.kernel.version> | |||
<carbon.kernel.version>4.10.24</carbon.kernel.version> |
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.
Need to update the kernel version to the new released version with the changes in wso2/carbon-kernel#4104
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.
Updated to the latest kernel release 4.10.26[1]
725f30e
to
5fb251d
Compare
5fb251d
to
4a4332e
Compare
f7ec0ad
to
dd68cd0
Compare
...identity.oauth.dcr/src/main/java/org/wso2/carbon/identity/oauth/dcr/service/DCRMService.java
Outdated
Show resolved
Hide resolved
ea2d920
to
8ddbb51
Compare
Please take one of the following actions:
Your prompt attention to this matter is greatly appreciated. Thank you for your understanding and collaboration! 🙏 |
This PR is in WIP and will be completed in next couple of days. Hence keeping this open as for now. |
a670f83
to
5637863
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2578 +/- ##
============================================
- Coverage 56.43% 56.39% -0.04%
+ Complexity 8188 8186 -2
============================================
Files 632 632
Lines 46323 46410 +87
Branches 8245 8253 +8
============================================
+ Hits 26141 26172 +31
- Misses 16469 16514 +45
- Partials 3713 3724 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5637863
to
a6843bf
Compare
Proposed changes in this pull request
/t/{tenant-domain}/o/{org-id}/api/identity/oauth2/dcr/v1.1/register
When should this PR be merged