We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bb318 commit f17f336Copy full SHA for f17f336
services/spar/test-integration/Test/Spar/Scim/UserSpec.hs
@@ -1565,7 +1565,8 @@ specDeleteUser = do
1565
1566
-- | Azure sends a request for an unknown user to test out whether your API is online However;
1567
-- it sends a userName that is not a valid wire handle. So we should treat 'invalid' as 'not
1568
--- found'.
+-- 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.
1570
specAzureQuirks :: SpecWith TestEnv
1571
specAzureQuirks = do
1572
describe "Assert that we implement all azure quirks" $ do
0 commit comments