mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 01:02:17 +00:00
Update acceptance/tests/idp-apple.spec.ts
This commit is contained in:
@@ -36,14 +36,13 @@ test("login with Apple IDP", async ({user, page}) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
test("login with Apple IDP - auto redirect, error", async ({user, page}) => {
|
test("login with Apple IDP - error", async ({user, page}) => {
|
||||||
// Given idp Apple is configure on the organization as only authencation method
|
// Given idp Apple is configure on the organization
|
||||||
// Given the user has only idp Apple added as auth method
|
// Given the user Apple added as auth method
|
||||||
|
// User is redirected to Apple
|
||||||
// User is automatically redirected to Apple
|
// User authenticates with Apple and gets an error
|
||||||
// User authenticates in Apple and gets an error
|
// User is redirect back to login
|
||||||
// User is redirect to ZITADEL login
|
// An error is shown to the user "Something went wrong in Apple Login"
|
||||||
// Error is shown to the user "Something went wrong in Apple Login"
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user