mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:12:22 +00:00
Update acceptance/tests/login-configuration-possiblities.spec.ts
This commit is contained in:
@@ -32,14 +32,12 @@ test("login with mfa setup, mfa setup prompt", async ({user, page}) => {
|
||||
// User is prompted to setup a mfa, mfa providers are listed, the user can choose the provider
|
||||
});
|
||||
|
||||
test("login with mfa setup, mfa setup prompt", async ({user, page}) => {
|
||||
test("login with mfa setup, no mfa setup prompt", async ({user, page}) => {
|
||||
// Given the organization has set "multifactor init check time" to 0
|
||||
// Given the organization has enabled all possible mfa types
|
||||
// Given the user has a password but no mfa registered and never authenticated
|
||||
|
||||
// enter login name
|
||||
// enter password
|
||||
// user is redirected to app
|
||||
// Given the organization has enabled mfa types
|
||||
// Given the user has a password but no mfa registered
|
||||
// User authenticates with loginname and password
|
||||
// user is directly loged in and not prompted to setup mfa
|
||||
});
|
||||
|
||||
test("login with mfa setup, force mfa for local authenticated users", async ({user, page}) => {
|
||||
|
||||
Reference in New Issue
Block a user