Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-mi authored Mar 19, 2024
1 parent e25e89d commit 2c612f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GigyaSwift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c612f9

Please sign in to comment.