This repository was archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
59 lines (32 loc) · 1.61 KB
/
Changes
File metadata and controls
59 lines (32 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Revision history for Perl extension Net::SAML2.
{{$NEXT}}
0.044 2017-04-12 15:06:17+00:00 UTC
- Fix for Ping Identity, which does not send a cert with samlp assertions.
0.043 2017-04-10 19:32:38+00:00 UTC
- Add support for multiple x509 certs per provider, so we can a) rotate and b) support multiple like azure sends.
0.042 2016-06-28 19:34:41+00:00 UTC
0.041 2016-06-27 15:42:35+00:00 UTC
conditionally get extensions, cause it'll throw if there are no extensions, and optionally use the provided cacert for verify, as ping identity does not send the signing cert in the assertions - skaufman
dont try to verify with a nonCA cert - skaufman
0.01_01 Mon 4 Oct 2010 12:47:56 BST
Initial version.
This version will correctly perform Web Browser SSO, but
with caveats. See the embedded documentation for details.
0.10 Tue 11 Jan 2011 15:11:38 GMT
First usable version.
POD, tests, Moose, etc.
Embeds a local copy of XML::Sig
0.11 Wed 12 Jan 2011 21:07:42 GMT
Test Updates
0.12 Thu 13 Jan 2011 12:59:02 GMT
PAUSE-hide the local XML::Sig
0.14 Thu 13 Jan 2011 19:26:46 GMT
Add SingleLogout with Redirect binding to SP metadata
Rename local copy of XML::Sig.
0.15 Wed 09 Feb 2011 14:55:28 GMT
Handle unwrapped base64 certificate data in IdP metadata.
0.16 Tue 01 Mar 2011 09:40:13 GMT
Use the IdP's advertised NameID formats.
0.17 Fri 13 Jan 2012 13:41:23 GMT
Handle the InclusiveNamespaces element in XML Signature
Handle embedded certificate data presented without newlines.