Martin Troedsson

Results 2 issues of Martin Troedsson

We are trying to move from .NET Framework to .NET 6 and we have a class which inherits from WSSecurityTokenSerializer. I cannot find it in this project yet, not even...

triaged

**Describe the bug** In .NET Framework we have something like the following code: ``` ... RequestSecurityTokenResponse rstr = null; channel.Issue(rst, out rstr) var signIn = new SignInResponseMessage(uri, rstr, new WSFederationSerializer(),...

triaged