From 25b469babe31c124be5c0d399aaa7f472d8048c4 Mon Sep 17 00:00:00 2001 From: Tal Mirmelshtein <47209216+tal-mi@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:38:46 +0300 Subject: [PATCH] Update README.md --- GigyaSwift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GigyaSwift/README.md b/GigyaSwift/README.md index 4b8b4aab..7de36547 100644 --- a/GigyaSwift/README.md +++ b/GigyaSwift/README.md @@ -446,7 +446,7 @@ Note: Mobile SSO requires iOS 13+. Steps for implementing SSO: -The SDK will use the following redirect schema structure: gsapi://app-bundle-id/login/. Please make sure you add your unique URL to the Trusted Site URLs section of your parent site. +The SDK will use the following redirect schema structure: gsapi://app-bundle-id/login/. Please make sure you add your unique URL to the Trusted Site URLs section of your parent site, as well as to your application’s child sites. To initiate the flow, use the SSO function provided by the Gigya shared interface: ```swift