NAME

Net::SAML2::Protocol::ArtifactResolve

VERSION

version 0.25

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

Original Author: Chris Andrews <chrisa@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Chris Andrews and Others; in detail:

Copyright 2010-2011  Chris Andrews
          2012       Peter Marschall
          2017       Alessandro Ranellucci
          2020       Timothy Legge

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