...
- Windows Server 2012 or Windows Server 2008 R2 2016 as SP
- Internet Information Services 7.0/7.5/ 8.0 or newer
- Microsoft .NET Framework 2.0, 3.5, 4.0, 4.5
- Internet Information Services 6.0
- Microsoft .NET Framework 2.0.2 or newer
requires .NET runtime v4 or later - the CryptoConfig.AddAlgorithm and CryptoConfig.AddOID APIs must be present
- System time synchronized with the time of the IDP
- Ubilogin Server 56.10.3 0 or later as IDP
Upgrade Instructions/ Further Information
...
Code Block | ||
---|---|---|
| ||
<configuration> <appSettings> <add key="ServiceProvider.SessionStateBehavior" value="Required"/> </appSettings> ...etc... </configuration> |
During upgrade, raise major version number in web.config to match release version.
e.g. upgrade from 1.3.2.26568 to 1.4.0.45196
Change all Ubisecure related version settings from 1.3.0.0 to 1.4.0.0
Change Log
1.4.0.45196 (2016-05-17)
[IAM-809] - Support for SHA256 signing and validating
SAML SP for .NET now automatically supports validating SHA256 signed messages issued by an IDP
To generate SHA256 signed messages (AuthnRequest, LogoutRequest, LogoutResponse) from SAML SP for .NET the MessageDigestSHA256
compatibility flag must be set, either in web.config or identity.properties configuration file
Generate command now supports -compatibility flag
1.3.3.32242 (2013-03-13)
- [SPNET-20] XmlException: Unexpected node type Element
- Error when running application on Windows Server 2012 and/or Microsoft .NET version 4.5
- [SPNET-19] Network address tracker disabled by default
...