The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::SAML2::Protocol::ArtifactResolve - Net::SAML2::Protocol::ArtifactResolve - ArtifactResolve protocol class

VERSION

version 0.47

SYNOPSIS

  my $resolver = Net::SAML2::Binding::ArtifactResolve->new(
    issuer => 'http://localhost:3000',
  );

  my $response = $resolver->resolve(params->{SAMLart});

NAME

Net::SAML2::Protocol::ArtifactResolve - ArtifactResolve protocol class.

METHODS

new( ... )

Constructor. Returns an instance of the ArtifactResolve request for the given issuer and artifact.

Arguments:

issuer

issuing SP's identity URI

artifact

artifact to be resolved

destination

IdP's identity URI

as_xml( )

Returns the ArtifactResolve request as XML.

AUTHOR

Chris Andrews <chrisa@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Chris Andrews and Others, see the git log.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.