Skip to content

Commit 8b902c4

Browse files
committed
Add SimpleSAMLphp to the list of tested IdPs
1 parent 02894e0 commit 8b902c4

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ DESCRIPTION
7575
Net::SAML2 correctly perform the SSO process against numerous SAML
7676
Identity Providers (IdPs). It has been tested against:
7777

78+
Version 0.54 and newer support EncryptedAssertions. No changes required
79+
to existing SP applications if EncryptedAssertions are not in use.
80+
7881
Auth0 (requires Net::SAML2 >=0.39)
7982
Azure (Microsoft Office 365)
8083
GSuite (Google)
@@ -83,13 +86,10 @@ DESCRIPTION
8386
Mircosoft ADFS (not recently tested)
8487
Okta
8588
OneLogin
86-
PingIdentity
87-
Version 0.54 and newer support EncryptedAssertions. No changes
88-
required to existing SP applications if EncryptedAssertions are not
89-
in use.
90-
89+
PingIdentity (requires Net::SAML2 >=0.54)
9190
SAMLTEST.ID (requires Net::SAML2 >=0.63)
9291
Shibboleth (requires Net::SAML2 >=0.63)
92+
SimpleSAMLphp
9393

9494
MAJOR CAVEATS
9595
SP-side protocol only

lib/Net/SAML2.pm

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ Support for the Web Browser SSO profile of SAML2.
101101
Net::SAML2 correctly perform the SSO process against numerous SAML
102102
Identity Providers (IdPs). It has been tested against:
103103
104+
Version 0.54 and newer support EncryptedAssertions. No changes required to existing
105+
SP applications if EncryptedAssertions are not in use.
106+
104107
=over
105108
106109
=item Auth0 (requires Net::SAML2 >=0.39)
@@ -119,15 +122,14 @@ Identity Providers (IdPs). It has been tested against:
119122
120123
=item OneLogin
121124
122-
=item PingIdentity
123-
124-
Version 0.54 and newer support EncryptedAssertions. No changes required to existing
125-
SP applications if EncryptedAssertions are not in use.
125+
=item PingIdentity (requires Net::SAML2 >=0.54)
126126
127127
=item SAMLTEST.ID (requires Net::SAML2 >=0.63)
128128
129129
=item Shibboleth (requires Net::SAML2 >=0.63)
130130
131+
=item SimpleSAMLphp
132+
131133
=back
132134
133135
=head1 MAJOR CAVEATS

0 commit comments

Comments
 (0)