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::SOAP(3) User Contributed Perl Documentation Net::SAML2::Binding::SOAP(3)

Net::SAML2::Binding::SOAP - SOAP binding for SAML

version 0.82

    my $soap = Net::SAML2::Binding::SOAP->new(
        url      => $idp_url,
        key      => $key,
        cert     => $cert,
        idp_cert => $idp_cert,
    );
    my $response = $soap->request($req);

Note that LWP::UserAgent maybe used which means that environment variables may affect the use of https see:

  • PERL_LWP_SSL_CA_FILE and HTTPS_CA_FILE <https://metacpan.org/pod/LWP::UserAgent#SSL_ca_file-=%3E-$path>
  • PERL_LWP_SSL_CA_PATH and HTTPS_CA_DIR <https://metacpan.org/pod/LWP::UserAgent#SSL_ca_path-=%3E-$path>

Constructor. Returns an instance of the SOAP binding configured for the given IdP service url.

Arguments:

(optional) a LWP::UserAgent-compatible UA You can build the user agent to your liking when extending this class by overriding "build_user_agent"
the service URL
the key to sign with
the corresponding certificate
the idp's signing certificate
the CA for the SAML CoT

Builder for the user agent

Submit the message to the IdP's service.

Returns the Response, or dies if there was an error.

Handle a response from a remote system on the SOAP binding.

Accepts a string containing the complete SOAP response.

Handle a request from a remote system on the SOAP binding.

Accepts a string containing the complete SOAP request.

Signs and SOAP-wraps the given message.

  • 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.