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