Skip to content

Commit 2d4f6d9

Browse files
authored
Merge pull request #171 from timlegge/master
ADFS fully tested again and update repo version
2 parents da37d8d + 488a234 commit 2d4f6d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ DESCRIPTION
8383
GSuite (Google)
8484
Jump
8585
Keycloak
86-
Mircosoft ADFS (not recently tested)
86+
Mircosoft ADFS
8787
Okta
8888
OneLogin
8989
PingIdentity (requires Net::SAML2 >=0.54)

lib/Net/SAML2.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use strict;
22
use warnings;
33
package Net::SAML2;
4-
our $VERSION = "0.69";
4+
our $VERSION = "0.70";
55

66
require 5.012;
77

@@ -116,7 +116,7 @@ SP applications if EncryptedAssertions are not in use.
116116
117117
=item Keycloak
118118
119-
=item Mircosoft ADFS (not recently tested)
119+
=item Mircosoft ADFS
120120
121121
=item Okta
122122

0 commit comments

Comments
 (0)