2

Is WIF 4.5 supported in a partial-trust environment? I have a WCF service that uses it and when deployed to a medium-trust environment the following error is occurring:

An error occurred creating the configuration section handler for system.identityModel: Attempt by method 'System.Configuration.ConfigurationElement.ApplyInstanceAttributes(System.Object)' to access method 'System.IdentityModel.Configuration.IdentityConfigurationElement.get_ApplicationService()' failed.

user1804020
  • 79
  • 1
  • 3

1 Answers1

0

No WIF only runs in full trust.

leastprivilege
  • 18,196
  • 1
  • 34
  • 50