File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
4848 " URI::Encode" => 0,
4949 " URI::Escape" => 0,
5050 " URI::QueryParam" => 0,
51- " URN::OASIS::SAML2" => " 0.002 " ,
51+ " URN::OASIS::SAML2" => " 0.003 " ,
5252 " XML::Enc" => " 0.05" ,
5353 " XML::Generator" => 0,
5454 " XML::LibXML" => 0,
@@ -130,7 +130,7 @@ my %FallbackPrereqs = (
130130 " URI::Escape" => 0,
131131 " URI::QueryParam" => 0,
132132 " URI::URL" => 0,
133- " URN::OASIS::SAML2" => " 0.002 " ,
133+ " URN::OASIS::SAML2" => " 0.003 " ,
134134 " XML::Enc" => " 0.05" ,
135135 " XML::Generator" => 0,
136136 " XML::LibXML" => 0,
Original file line number Diff line number Diff line change @@ -75,18 +75,22 @@ DESCRIPTION
7575 Net::SAML2 correctly perform the SSO process against numerous SAML
7676 Identity Providers (IdPs). It has been tested against:
7777
78- GSuite (Google )
78+ Auth0 (requires Net::SAML2 >=0.39 )
7979 Azure (Microsoft Office 365)
80- OneLogin
80+ GSuite (Google)
8181 Jump
82- Mircosoft ADFS
8382 Keycloak
84- Auth0 (requires Net::SAML2 >=0.39)
83+ Mircosoft ADFS (not recently tested)
84+ Okta
85+ OneLogin
8586 PingIdentity
8687 Version 0.54 and newer support EncryptedAssertions. No changes
8788 required to existing SP applications if EncryptedAssertions are not
8889 in use.
8990
91+ SAMLTEST.ID (requires Net::SAML2 >=0.63)
92+ Shibboleth (requires Net::SAML2 >=0.63)
93+
9094MAJOR CAVEATS
9195 SP-side protocol only
9296 Requires XML metadata from the IdP
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ requires "URI" => "0";
3232requires " URI::Encode" => " 0" ;
3333requires " URI::Escape" => " 0" ;
3434requires " URI::QueryParam" => " 0" ;
35- requires " URN::OASIS::SAML2" => " 0.002 " ;
35+ requires " URN::OASIS::SAML2" => " 0.003 " ;
3636requires " XML::Enc" => " 0.05" ;
3737requires " XML::Generator" => " 0" ;
3838requires " XML::LibXML" => " 0" ;
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ XML::Writer = 0.625
5656XML::LibXML::XPathContext = 0
5757; Here because it isn't provided by Crypt::OpenSSL::RSA
5858Crypt::OpenSSL::Bignum = 0
59- URN::OASIS::SAML2 = 0.002
59+ URN::OASIS::SAML2 = 0.003
6060
6161[Prereqs / TestRequires]
6262Test::Pod = 1.14
You can’t perform that action at this time.
0 commit comments