From 2c612f9b1c2070ecd8a809d3584ee761d73b4b9c Mon Sep 17 00:00:00 2001 From: Tal Mirmelshtein <47209216+tal-mi@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:10:01 +0200 Subject: [PATCH] Update README.md --- GigyaSwift/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GigyaSwift/README.md b/GigyaSwift/README.md index 7717327e..4b8b4aab 100644 --- a/GigyaSwift/README.md +++ b/GigyaSwift/README.md @@ -463,7 +463,9 @@ Gigya.sharedInstance().sso(viewController: viewController) { result in The available parameters map is a baseline for adding additional parameters to the initial authentication endpoint. Currently supported parameters: -• “rp_context” - An available dynamic object that will be JSON serialized upon request. For more information. Usage example: +• “rp_context” - An available dynamic object that will be JSON serialized upon request. For more information, see https://help.sap.com/docs/SAP_CUSTOMER_DATA_CLOUD/8b8d6fffe113457094a17701f63e3d6a/8f338042a52a47c886684475bede0167.html. + +Usage example: ```swift gigya.sso(viewController: self, params: [“rp_context”: [“context_key”: “context_value”]]) {[weak self] res in