There is property called DefaultTokenType in the object Microsoft.IdentityModel.Configuration.SecurityTokenConfiguration. I can see that this property can be set via code (in the constructor of SecurityTokenConfiguration). I would like to know if it is possible to set this property via the configuration file, or maybe via a querystring parameter from which WIF reads it dynamically for a WS-Federation request?
↧