Skip to content

Commit de9af0f

Browse files
committed
feat(MyAccount): Add support for saml_subject_id
1 parent b94ea4b commit de9af0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mtLinkSdk.init(clientId, options);
6969

7070
### setSamlSubjectId
7171

72-
The `setSamlSubjectId` method is used to set the value of the `saml_subject_id` parameter.
72+
The `setSamlSubjectId` method is used to set the value of the `saml_subject_id` parameter. This parameter can be set during `init` or changed by this method. It can not be overriden.
7373
The `setSamlSubjectId` parameter allows the client to pass a guest identifier to Moneytree so that Moneytree can forward it to the Identity Provider (IdP) via the SAMLRequest.
7474
The `saml_subject_id` parameter will be forwarded to the `authorize`, `logout` and `open-service` methods when defined.
7575

0 commit comments

Comments
 (0)