Gísli Konráð Björnsson

Results 21 comments of Gísli Konráð Björnsson

Technically, yes, for my use case it would be. But is it enough? Looking at an old PR for Saml2EncryptedAssertion (#1025), you can see what had to be done in...

The base64 encoding was missing from the original fix. I added it, rebased and squashed. There was also a LogMessage added with error code **IDX12707** that is derived from **IDX10707**...

@brentschmaltz You mind if I attempt to add some more enhancements to extendability to this class with backwards compatability in mind?

@brentschmaltz Sounds good. There are a few things I might want to add in the mean time, if I don't run out of time. I'm working on an X509SecurityTokenValidator to...

@brentschmaltz I think the few items I need/want to add should go into the WsTrust project. So, for me at least, this could be merged into dev. What I want...

@brentscmaltz I'll try to get it done this weekend.

@brentschmaltz The commits have been rebased and squashed.

A bit off topic, but... @brentschmaltz So the WCF team is working on federation bindings for .net standard? That's great news. Do you know if this includes the CreateChannelWithIssuedToken method...

I've already implemented it on my own, so no worries.

If anybody out there has this error in their code, a workaround would be to call `WriteAttributeString("xmlns", prefix, null, @namespace);` on their DelegatingXmlDictionaryWriter instead.