File tree Expand file tree Collapse file tree 4 files changed +810
-266
lines changed Expand file tree Collapse file tree 4 files changed +810
-266
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ requires "MooseX::Types::DateTime" => "0";
2424requires " MooseX::Types::URI" => " 0" ;
2525requires " URI" => " 0" ;
2626requires " URI::QueryParam" => " 0" ;
27- requires " XML::CanonicalizeXML" => " 0" ;
2827requires " XML::Generator" => " 0" ;
28+ requires " XML::LibXML" => " 0" ;
2929requires " XML::Tidy" => " 0" ;
3030requires " XML::Writer" => " 0" ;
3131requires " 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
Original file line number Diff line number Diff line change @@ -76,8 +76,14 @@ Net::SAML2 - SAML bindings and protocol implementation
7676
7777Support 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
You can’t perform that action at this time.
0 commit comments