Skip to content

Commit

Permalink
Change tenant qualified url related configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Nov 24, 2023
1 parent eae014f commit 54cd4be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@
"user.enable_per_user_functionality_locking": false,
"tenant_context.enable_tenant_qualified_urls": true,
"tenant_context.enable_tenanted_sessions": true,
"tenant_context.require_super_tenant_in_urls": false,
"tenant_context.require_super_tenant_in_urls": true,
"tenant_context.append_super_tenant_in_cookie_path": true,
"tenant_context.rewrite.webapps": [
"/oauth2/",
"/scim2/",
Expand Down

0 comments on commit 54cd4be

Please sign in to comment.