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

NAME

Net::SAML2::Binding::POST - HTTP POST binding for SAML2

SYNOPSIS

  my $post = Net::SAML2::Binding::POST->new;
  my $ret = $post->handle_response(
    $saml_response
  );

METHODS

new()

Constructor. Returns an instance of the POST binding.

No arguments.

handle_response($response)

Decodes and verifies the response provided, which should be the raw Base64-encoded response, from the SAMLResponse CGI parameter.