You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue:
The PRIMARY domain name can be changed, by adding the configuration below in deployment.toml file.
[user_store.properties]
DomainName = "TEST.COM"
However, regardless of the domain configured, the domain name will be taken as PRIMARY at getFilteredDomainName () when enable_filtering_enhancements or filter_users_and_groups_from_primary_domain is enabled.
This worked fine for SCIM requests regardless of the invalid domain. However, with carbon-kernel/pull/2860, this has broken and the SCIM requests are failing with filtering parameters.
How to reproduce:
Change the PRIMARY domain and add any of the above configurations.
Invoke the SCIM request below in the latest update level of IS 5.10 (tested: 5.10.0.127).
Describe the issue:
The PRIMARY domain name can be changed, by adding the configuration below in deployment.toml file.
However, regardless of the domain configured, the domain name will be taken as PRIMARY at
getFilteredDomainName ()
whenenable_filtering_enhancements
orfilter_users_and_groups_from_primary_domain
is enabled.This worked fine for SCIM requests regardless of the invalid domain. However, with carbon-kernel/pull/2860, this has broken and the SCIM requests are failing with filtering parameters.
How to reproduce:
Environment information
The text was updated successfully, but these errors were encountered: