Type definitions: IBulkCheckAuthenticationService
IBulkCheckAuthenticationService interface
CreateSecurityTokenCMS method
Creates security token for the specified login name.
Arguments:
Argument | Meaning |
---|---|
login | Login name to work under |
Returned value:
If successful, the security token string is returned.
Faults:
CongreeBulkCheckFault
CreateSecurityTokenCMS2 method
Creates security token for the specified login name and adds the created user to the group that was associated with the third-party system specified.
Arguments:
Argument | Meaning |
---|---|
login | Login name to work under |
thirdPartySystemsIdentifier | Third-party system identifier |
Returned value:
If successful, the security token string is returned.
Faults:
- CongreeBulkCheckFault
GetThirdPartySystemIdentifiers method
Enumerates known third-party system identifiers.
Arguments:
None.
Returned value:
Collection of known third-party system identifiers.
Faults:
- CongreeBulkCheckFault