File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff 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
9494MAJOR CAVEATS
9595 SP-side protocol only
Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ Support for the Web Browser SSO profile of SAML2.
101101Net::SAML2 correctly perform the SSO process against numerous SAML
102102Identity 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
You can’t perform that action at this time.
0 commit comments