forked from ThinkSmart/Fedlet
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES.txt
38 lines (23 loc) · 1.23 KB
/
CHANGES.txt
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
Fedlet 3.0.0.0 - Jan 2023
Updated to .NET7 and cleaned up the code.
Added a demo application that bridges OpenID/OAuth authorization code flow client with a SAML2-based identity provider, using OpenIddict for OpenID/OAuth part.
Fedlet 2.0.0.0 - Jan 2018
Switched targeting to .net standard 2.0
Fedlet 1.0.6.0 - Dec 2016
Switched targeting to .NET 462.
Expects .Net framework to be able to work with CNG certs and SHA256 without additional hacks.
Some code cleanup.
Fedlet 1.0.5.0 - July 2016
Fixed wrong attribute name for AssertionConsumerServiceIndex in the outgoing SAMLRequest.
Added default value for NameIDPolicyFormat ("unspecified") if not supplied by client code.
Fedlet 1.0.2.0 - May 2016
Added support for Artifact binding and for SHA2 family of algorithms, tested with SHA256 and ADFS.
Two new attributes in the sp.xml: signatureMethod and digestMethod.
Fixed some bugs.
Fedlet 1.0.1.0 - May 2016
Initial release, re-forked from @Daptiv/Fedlet
and applied a number of changes accumulated over time.
Added support for AssertionTimeSkew, some bugfixes and code cleanup.
Removed Session-based implementation of caching for requests.
Improved handling of error conditions.
Configured to build with .NET 4.6.1 and packaged for NuGet.