Releases: SOLIDSoftworks/Solid.IdentityModel
Releases · SOLIDSoftworks/Solid.IdentityModel
1.0.6
1.0.5
Allows custom authentication methods if they are uri formatted
1.0.4
Update CustomCryptoProvider.cs
1.0.3-beta
Update CustomCryptoProvider.cs
1.0.2-beta
Update publish.yml
1.0.1-beta
Update publish.yml
1.0.0-beta: Adds federation metadata and holder-of-key support
* enables encryption and decryption using rsa keys * Adds holder-of-key support * fixes serialization/deserialization of SubjectConfirmationData with type attribute * renames test class * Adds Saml2MetadataSerializer read methods * Adds writing methods for saml2 metadata * adds reading of federation metadata * adds federation metadata write methods * Update FederationMetadataSerializerTests.cs * fixes metadata serialiation * fixes saml2 holder of key * Update ExtendedSaml2SecurityTokenHandler.cs