Skip to content

Commit faf3ec7

Browse files
committed
Update for release 0.63
1 parent bd7766e commit faf3ec7

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

README

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
9094
MAJOR CAVEATS
9195
SP-side protocol only
9296
Requires XML metadata from the IdP

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires "URI" => "0";
3232
requires "URI::Encode" => "0";
3333
requires "URI::Escape" => "0";
3434
requires "URI::QueryParam" => "0";
35-
requires "URN::OASIS::SAML2" => "0.002";
35+
requires "URN::OASIS::SAML2" => "0.003";
3636
requires "XML::Enc" => "0.05";
3737
requires "XML::Generator" => "0";
3838
requires "XML::LibXML" => "0";

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ XML::Writer = 0.625
5656
XML::LibXML::XPathContext = 0
5757
; Here because it isn't provided by Crypt::OpenSSL::RSA
5858
Crypt::OpenSSL::Bignum = 0
59-
URN::OASIS::SAML2 = 0.002
59+
URN::OASIS::SAML2 = 0.003
6060

6161
[Prereqs / TestRequires]
6262
Test::Pod = 1.14

0 commit comments

Comments
 (0)