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

NAME

Net::SAML2::Protocol::ArtifactResolve

VERSION

version 0.11

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

Alessandro Ranellucci <aar@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Alessandro Ranellucci.

This is free software, licensed under:

  The (three-clause) BSD License