Support new Azure SCIM pre-setup check
What
Adds support for SCIM eq filtering on userName
Why
Azure checks for userName
filter support as part of a pre-flight setup check. Supporting this allows that test to pass, allowing users to continue setting up SCIM.
Closes #118558 (closed)
Screenshots
Before | After |
---|---|
Acceptance criteria
Conformity
Additional Risks
We'll need to verify that no additional changes have taken place on Azure. They may have started to use more advanced SCIM functionality and have added this pre-flight check to ensure that functionality is present.
A more complete solution would be to fully support eq
filtering (#13138 (closed)), which we intend to do in a second iteration.
Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process.
Edited by James Edwards-Jones