Releasedate: 2013-11-08
Releasenote
Removed the dependency on log4net by defining an IAuditLogger
interface. The framework allows the implementor to define and use
their own implementation for audit logging (see section 14 for more on
audit logging).
Removed the refreshing of idP’s on every federation request. This is
implemented using FileSystemWatcher on the folder that contains the
idP metadata.
Fixed bug about Single Logout failing when session had expired. The
framework now sends a successfull LogoutResponse even if the session
has expired.
NOTE: Changed to the public API:
- dk.nita.saml20.config.IDPEndpoints.Refresh() method is no longer public
- dk.nita.saml20.config.IDPEndpoints.metadataLocation changed to a
property dk.nita.saml20.config.IDPEndpoints.MetadataLocation
Filer og referencer