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

NAME  VERSION  SYNOPSIS  NAME  METHODS  new( )  handle_response( $response )  sign_xml( $request )  AUTHORS  COPYRIGHT AND LICENSE 

NAME

Net::SAML2::Binding::POST − HTTP POST binding for SAML

VERSION

version 0.74

SYNOPSIS

my $post = Net::SAML2::Binding::POST−>new(
cacert => '/path/to/ca−cert.pem'
);
my $xml = $post−>handle_response(
$saml_response
);

NAME

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

METHODS

new( )

Constructor. Returns an instance of the POST binding.

Arguments:
cacert

path to the CA certificate for verification

handle_response( $response )

my $xml = $self−>handle_response($response);

Decodes and verifies the Base64−encoded SAMLResponse CGI parameter. Returns the decoded response as XML.

sign_xml( $request )

Sign and encode the SAMLRequest.

AUTHORS

Chris Andrews <[email protected]>

Timothy Legge <[email protected]>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Venda Ltd, see the CONTRIBUTORS file for others.

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


Updated 2024-01-29 - jenkler.se | uex.se