Skip to content

Commit f17f336

Browse files
committed
Update comment
1 parent 43bb318 commit f17f336

File tree

1 file changed

+2
-1
lines changed
  • services/spar/test-integration/Test/Spar/Scim

1 file changed

+2
-1
lines changed

services/spar/test-integration/Test/Spar/Scim/UserSpec.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,8 @@ specDeleteUser = do
15651565

15661566
-- | Azure sends a request for an unknown user to test out whether your API is online However;
15671567
-- it sends a userName that is not a valid wire handle. So we should treat 'invalid' as 'not
1568-
-- found'.
1568+
-- found'. If we treat it as invalid Azure will put the scim provisioning into quarantine mode,
1569+
-- which requires manual intervention by the customer to re-enable unquarantine.
15691570
specAzureQuirks :: SpecWith TestEnv
15701571
specAzureQuirks = do
15711572
describe "Assert that we implement all azure quirks" $ do

0 commit comments

Comments
 (0)