-
Notifications
You must be signed in to change notification settings - Fork 145
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 access to the tenant perspective APIs #298
base: master
Are you sure you want to change the base?
Allow access to the tenant perspective APIs #298
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #298 +/- ##
========================================
Coverage 3.66% 3.66%
Complexity 20 20
========================================
Files 36 36
Lines 1529 1529
Branches 254 254
========================================
Hits 56 56
Misses 1472 1472
Partials 1 1 ☔ View full report in Codecov by Sentry. |
.../src/main/java/org/wso2/carbon/identity/context/rewrite/valve/TenantContextRewriteValve.java
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/context/rewrite/valve/TenantContextRewriteValve.java
Show resolved
Hide resolved
3f84931
to
a058c8d
Compare
Though I have commented to change the regex allowed characters as a-z, found that UUID can have only a-f |
a058c8d
to
00ba557
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/12389376367
Proposed changes in this pull request
/t/{tenant-domain}/o/{org-id}/api/identity/oauth2/dcr/v1.1/register
/t/{tenant-domain}/o/{org-id}/oauth2/token?scope=openid ...
When should this PR be merged