Discuss this help topic in SecureBlackbox Forum
Setup artifact binding
To use Artifact binding with TElSAMLIdentityProvider, add the TSBSAMLBindingType.sbtArtifact option to one or more of the following properties: TElSAMLIdentityProvider.SingleLogoutServiceBindings, SingleSignOnServiceBindings, and ArtifactResolutionServiceBindings, depending on your usage scenario. You can also assign this value to PrefferedSingleSignOnResponseBinding and/or PrefferedSingleLogoutResponseBinding properties. They are invoked when the default binding to be used by the IdP is not specified in the SP metadata file.
The artifacts are stored by a TElMemoryArtifactStorage object, which has to be assigned to IdP's TElSAMLIdentityProvider.ArtifactStorage property. One instance of TElMemoryArtifactStorage can be used by multiple TElSAMLIdentityProvider objects.