Table of Contents

Interface IArtifactResolver

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

Provides artifact resolution for the HTTP artifact binding.

public interface IArtifactResolver

Methods

ResolveArtifactAsync()

Receives an artifact resolve request and sends an artifact response,.

Task ResolveArtifactAsync()

Returns

Task

A task that represents the operation.

Exceptions

SamlException

Thrown when the artifact resolve request cannot be processed.