| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Test.Spar.GetByEmail
Synopsis
- testGetSsoCodeByEmailWithMultiIngress :: HasCallStack => TaggedBool "validateSAMLemails" -> TaggedBool "idpScimToken" -> App ()
- testGetSsoCodeByEmailRegular :: HasCallStack => TaggedBool "validateSAMLemails" -> TaggedBool "idpScimToken" -> App ()
- testGetSsoCodeByEmailNonScimUser :: HasCallStack => App ()
- testGetSsoCodeByEmailDisabledRegular :: HasCallStack => App ()
- testGetSsoCodeByEmailDisabledMultiIngress :: HasCallStack => App ()
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)