integration-0.1.0
Safe HaskellNone
LanguageGHC2021

Test.Spar.GetByEmail

Synopsis

Documentation

testGetSsoCodeByEmailWithMultiIngress :: HasCallStack => TaggedBool "validateSAMLemails" -> TaggedBool "idpScimToken" -> App () Source #

Test the ssoget-by-email endpoint with multi-ingress setup

testGetSsoCodeByEmailRegular :: HasCallStack => TaggedBool "validateSAMLemails" -> TaggedBool "idpScimToken" -> App () Source #

Test the ssoget-by-email endpoint with regular (non-multi-ingress) setup

testGetSsoCodeByEmailNonScimUser :: HasCallStack => App () Source #

Test that non-SCIM users get no SSO code

testGetSsoCodeByEmailDisabledRegular :: HasCallStack => App () Source #

Test that the endpoint returns 404 with null when the feature is disabled (regular setup)

testGetSsoCodeByEmailDisabledMultiIngress :: HasCallStack => App () Source #

Test that the endpoint returns 404 with null when the feature is disabled (multi-ingress setup)