Hi,
I'm trying to replicate the msdn custom binary security token example
but I would like to use a Username token as base Security token and I
have many problems:
1- How to configure the <customTokenIssuer> in my web.config file?
2- I have the class BinaryToken that inherits BinarySecurityToken and I
pass to the constructor a Username token and I have the following
exception when I try to call the GetXml method of the EncryptedKey:
"Mutable Security Token has to be added into the tokens collection"
Some ideas? Thank's a lot.
alex bean - 11 May 2005 19:26 GMT
Although this is not exactly what you are trying to do, it may help a bit:
http://dotnet247.com/247reference/msgs/53/268351.aspx
Sidd [MSFT] - 23 Jun 2005 06:44 GMT
Hi,
Are you still struggling with this implementation? the error below
refers to the fact that whenever username tokens are used to either sign or
encrypt a message, they should always be present in the tokens's collection.
Thanks,
Sidd [MSFT]
> Hi,
> I'm trying to replicate the msdn custom binary security token example
[quoted text clipped - 6 lines]
> "Mutable Security Token has to be added into the tokens collection"
> Some ideas? Thank's a lot.