Skip to content

Commit

Permalink
Merge pull request #6357 from ShanChathusanda93/org-context-rewrite-i…
Browse files Browse the repository at this point in the history
…n-tenant-perspective-branch

Add organization contexts to be rewrited to tenant perspective for tenant perspective API calls
  • Loading branch information
ShanChathusanda93 authored Jan 26, 2025
2 parents 66793fa + 3114326 commit d475e0d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2494,6 +2494,25 @@
</OverwriteDispatch>
</TenantContextsToRewrite>

<OrgContextsToRewriteInTenantPerspective>
<WebApp>
<Context>
<BasePath>/api/</BasePath>
<SubPaths>
<Path>/api/identity/oauth2/dcr/</Path>
</SubPaths>
</Context>
<Context>
<BasePath>/oauth2/</BasePath>
<SubPaths>
<Path>/oauth2/token</Path>
<Path>/oauth2/introspect</Path>
<Path>/oauth2/revoke</Path>
</SubPaths>
</Context>
</WebApp>
</OrgContextsToRewriteInTenantPerspective>

<OrgContextsToRewrite>
<WebApp>
<Context>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3830,6 +3830,25 @@
</OverwriteDispatch>
</TenantContextsToRewrite>

<OrgContextsToRewriteInTenantPerspective>
<WebApp>
<Context>
<BasePath>/api/</BasePath>
<SubPaths>
<Path>/api/identity/oauth2/dcr/</Path>
</SubPaths>
</Context>
<Context>
<BasePath>/oauth2/</BasePath>
<SubPaths>
<Path>/oauth2/token</Path>
<Path>/oauth2/introspect</Path>
<Path>/oauth2/revoke</Path>
</SubPaths>
</Context>
</WebApp>
</OrgContextsToRewriteInTenantPerspective>

<OrgContextsToRewrite>
<WebApp>
{% for organization_context in organization_context.rewrite %}
Expand Down

0 comments on commit d475e0d

Please sign in to comment.