GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::SAML2::Binding::POST(3) User Contributed Perl Documentation Net::SAML2::Binding::POST(3)

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

version 0.82

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

Constructor. Returns an instance of the POST binding.

Arguments:

path to the CA certificate for verification
path to a certificate that is added to the signed XML. It needs to be the certificate that includes the public key related to the key
text form of the certificate in FORMAT_ASN1 or FORMAT_PEM that is used to verify the signed XML.
path to a key used to sign the XML.
path to a certificate that is added to the signed XML. It needs to be the certificate that includes the public key related to the key
text form of the certificate in FORMAT_ASN1 or FORMAT_PEM that is used to verify the signed XML.
path to a key used to sign the XML.

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

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

Sign and encode the SAMLRequest.

  • Chris Andrews <chrisa@cpan.org>
  • Timothy Legge <timlegge@gmail.com>

This software is copyright (c) 2025 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.

2025-05-27 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.