Custom login base domain using GUI whitelabel themes#13412
Conversation
|
@blueorangutan package |
|
@hsato03 a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #13412 +/- ##
============================================
- Coverage 18.94% 18.94% -0.01%
Complexity 18366 18366
============================================
Files 6192 6192
Lines 556361 556395 +34
Branches 67908 67909 +1
============================================
+ Hits 105407 105410 +3
- Misses 439383 439412 +29
- Partials 11571 11573 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✖️ debian ✔️ suse15. SL-JID 18245 |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18407 |
|
@blueorangutan test |
|
@winterhazel @weizhouapache , is testing for this planned somehow, or should we postpone? |
|
@DaanHoogland I will test this one. We can include it in 4.23 |
Description
When logging in via the ACS GUI, if the user does not belong to the
ROOTdomain, its full domain path must be specified.With that, the GUI whitelabel runtime system has been extended with the
loginBaseDomainparameter, which allows administrators to specify a base domain for a theme, enabling users to log in without specifying the domain or by providing the domain relative path.For example, when creating a theme specifying the
/domain1/domain as the base, instead of the user typing/domain1/domain2when logging in, they will only need to providedomain2.Furthermore, the new parameter only works with the
commonNamesparameter.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
d1;loginBaseDomainbeingd1;d1.localURL, I verified that it was not necessary to specify the domain to access ad1account;d1account.How did you try to break this feature and the system with this change?