n/n | Description | Test case Inputs | Excepted Results | Step by step Script | Actual Result | |||||
---|---|---|---|---|---|---|---|---|---|---|
SIE1 | Sign In existing user with 2FA |
| 201, access_token |
| 201, access_token | |||||
SIE2 | Sign In existing user with 2FA and without factor |
| 201, init factor, OTP, access_token |
| 403, REQUEST_LOGIN_VIA_DS | |||||
SIE3 | Sign In existing user without 2FA |
|
| |||||||
SIE4 | Sign In user without tax_id |
| 403, User is not registered |
| 403, REQUEST_LOGIN_VIA_DS | |||||
SIE5 | Sign In user with incorrect email |
| 403, User doesn't exists |
| 401, Identity, password combination is wrong | |||||
SIE6 | Sign In blocked user |
| 403, User is blocked |
| 401, User blocked | |||||
SIE7 | Sign In user with expired password |
| 401, The password expired |
| 401, The password expired for user: "" | |||||
SIE8 | Sign In user with authentication_factors.is_active=false |
| Error 403 "Log in via Email is not allowed" |
| 403, REQUEST_LOGIN_VIA_DS | |||||
SIE9 | Sign In with incorrect client_id |
| 401, access denied |
| 401, User not found. | |||||
SIE10 | Sign in with incorrect_scopes |
| 401, scope is not allowed |
| 401, access_denied |
Page Comparison
General
Content
Integrations