BrentSchmaltz

Results 26 issues of BrentSchmaltz

Currently a user could add multiple of the same transform in a single reference. There should be only one type of Canonical algorithm (with or without comments). All other transforms...

Enhancement
Customer reported

It's not clear that we are handling this correctly. The EnvelopedSignatureReaders and Writers have been modified to handle multiple signatures. We need to make sure this is working correctly now...

Enhancement
SAML

The following test use static jwts as base64urlencoded strings and are used to compare jwts generated dynamically. Any changes to the order of the artifacts used to create the jwts...

Fundamentals

This change solves a couple of issues. 1. A race condition where a SignatureProvider was disposed but was still able to be obtained from the cache. 2. SignatureProviders were not...

We added methods to an abstract class in a minor release and needed to mark them virtual and throw NotImplementedException. We should take the breaking compile change in the 8.x...

IdentityModel8x
breaking change

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/c24bfe683427dbad566fe617d0d590ec3a61d8aa/src/Microsoft.IdentityModel.Tokens/BaseConfigurationManager.cs#L90 Was stubbed with a virtual instead of abstract as the method was added during a minor relase. This method must be defined for BaseConfigurationManager to do anything valuable. Make...

IdentityModel8x
breaking change