We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da37d8d + 488a234 commit 2d4f6d9Copy full SHA for 2d4f6d9
README
@@ -83,7 +83,7 @@ DESCRIPTION
83
GSuite (Google)
84
Jump
85
Keycloak
86
- Mircosoft ADFS (not recently tested)
+ Mircosoft ADFS
87
Okta
88
OneLogin
89
PingIdentity (requires Net::SAML2 >=0.54)
lib/Net/SAML2.pm
@@ -1,7 +1,7 @@
1
use strict;
2
use warnings;
3
package Net::SAML2;
4
-our $VERSION = "0.69";
+our $VERSION = "0.70";
5
6
require 5.012;
7
@@ -116,7 +116,7 @@ SP applications if EncryptedAssertions are not in use.
116
117
=item Keycloak
118
119
-=item Mircosoft ADFS (not recently tested)
+=item Mircosoft ADFS
120
121
=item Okta
122
0 commit comments