Skip to content

Commit af050d5

Browse files
authored
Merge pull request #8 from timlegge/merge-xml-sig
Merge xml sig changes from upstream
2 parents 6a03758 + 91208a2 commit af050d5

File tree

4 files changed

+810
-266
lines changed

4 files changed

+810
-266
lines changed

Makefile.PL

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ my %WriteMakefileArgs = (
4242
"MooseX::Types::URI" => 0,
4343
"URI" => 0,
4444
"URI::QueryParam" => 0,
45-
"XML::CanonicalizeXML" => 0,
4645
"XML::Generator" => 0,
46+
"XML::LibXML" => 0,
4747
"XML::Tidy" => 0,
4848
"XML::Writer" => 0,
4949
"XML::XPath" => 0,
@@ -66,7 +66,6 @@ my %WriteMakefileArgs = (
6666
"Test::NoTabs" => 0,
6767
"Test::Pod" => "1.14",
6868
"Test::Pod::Coverage" => "1.04",
69-
"XML::LibXML" => 0,
7069
"XML::LibXML::XPathContext" => 0
7170
},
7271
"VERSION" => "0.29",
@@ -114,7 +113,6 @@ my %FallbackPrereqs = (
114113
"Test::Pod::Coverage" => "1.04",
115114
"URI" => 0,
116115
"URI::QueryParam" => 0,
117-
"XML::CanonicalizeXML" => 0,
118116
"XML::Generator" => 0,
119117
"XML::LibXML" => 0,
120118
"XML::LibXML::XPathContext" => 0,

cpanfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ requires "MooseX::Types::DateTime" => "0";
2424
requires "MooseX::Types::URI" => "0";
2525
requires "URI" => "0";
2626
requires "URI::QueryParam" => "0";
27-
requires "XML::CanonicalizeXML" => "0";
2827
requires "XML::Generator" => "0";
28+
requires "XML::LibXML" => "0";
2929
requires "XML::Tidy" => "0";
3030
requires "XML::Writer" => "0";
3131
requires "XML::XPath" => "0";
@@ -49,7 +49,6 @@ on 'test' => sub {
4949
requires "Test::NoTabs" => "0";
5050
requires "Test::Pod" => "1.14";
5151
requires "Test::Pod::Coverage" => "1.04";
52-
requires "XML::LibXML" => "0";
5352
requires "XML::LibXML::XPathContext" => "0";
5453
};
5554

lib/Net/SAML2.pm

+8-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,14 @@ Net::SAML2 - SAML bindings and protocol implementation
7676
7777
Support for the Web Browser SSO profile of SAML2.
7878
79-
This is a very early release, but one which will correctly perform the
80-
SSO process.
79+
Net::SAML2 correctly perform the SSO process against numerous SAML
80+
Identity Providers (IdPs). It has been tested against:
81+
82+
GSuite
83+
Azure (Office 365)
84+
OneLogin
85+
Jump
86+
Mircosoft ADFS
8187
8288
=head1 MAJOR CAVEATS
8389

0 commit comments

Comments
 (0)