mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 00:52:48 +00:00
Update acceptance/tests/idp-apple.spec.ts
This commit is contained in:
@@ -27,14 +27,12 @@ const test = base.extend<{ user: PasswordUserWithOTP }>({
|
|||||||
// Note for all tests, in case Apple doesn't deliver all relevant information per default
|
// Note for all tests, in case Apple doesn't deliver all relevant information per default
|
||||||
// We should add an action in the needed cases
|
// We should add an action in the needed cases
|
||||||
|
|
||||||
test("login with Apple IDP - auto redirect", async ({user, page}) => {
|
test("login with Apple IDP", async ({user, page}) => {
|
||||||
// Given idp Apple is configure on the organization as only authencation method
|
// Given idp Apple is configured on the organization
|
||||||
// Given the user has only idp Apple added as auth method
|
// Given the user has Apple added as auth method
|
||||||
|
// User authenticates with Apple
|
||||||
// User is automatically redirected to Apple
|
// User is redirected back to login
|
||||||
// User authenticates in Apple
|
// User is redirected to the app
|
||||||
// User is redirect to ZITADEL login
|
|
||||||
// User is redirected to the app (default redirect url)
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user