Skip to content

Commit

Permalink
Enable tenanted qualified URLs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Oct 19, 2023
1 parent 49eb315 commit d65069f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@

"user.association.enable_for_federated_users": false,
"user.enable_per_user_functionality_locking": false,
"tenant_context.enable_tenant_qualified_urls": false,
"tenant_context.enable_tenant_qualified_urls": true,
"tenant_context.enable_tenanted_sessions": true,
"tenant_context.require_super_tenant_in_urls": false,
"tenant_context.rewrite.webapps": [
"/oauth2/",
Expand Down

0 comments on commit d65069f

Please sign in to comment.