![]() |
![]()
| ![]() |
![]()
NAMENet::SAML2::Binding::POST - HTTP POST binding for SAML VERSIONversion 0.82 SYNOPSISmy $post = Net::SAML2::Binding::POST->new( cacert => '/path/to/ca-cert.pem' ); my $xml = $post->handle_response( $saml_response ); METHODSnew( )Constructor. Returns an instance of the POST binding. Arguments:
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
COPYRIGHT AND LICENSEThis 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.
|