ID4284: ClaimsPrincipalPermission cannot be used because the Thread.CurrentPrincipal is not an IClaimsPrincipal. ClaimsPrincipalPermission can only be used if Windows Identity Foundation (WIF) is being used. To enable WIF for WCF services, call FederatedServiceCredentials.ConfigureServiceHost(). To enable WIF for ASP.NET, add one of the following modules: ClaimsPrincipalHttpModule or WSFederationAuthenticationModule.
ID4277: The Configuration.IssuerNameRegistry property of this SecurityTokenHandler is set to null. Tokens cannot be validated ...
ID4279: The EncryptedSecurityTokenHandler's ContainingCollection is set to null. EncryptedSecurityTokens cannot be written ...
ID4280: The X509CertificateValidationMode is set to Custom but the CertificateValidator property has not been set. You must ...
ID4283: The SecurityTokenHandlerConfiguration for the Default usage has been overwritten. ServiceConfiguration.Initialize() ...
ID4284: ClaimsPrincipalPermission cannot be used because the Thread.CurrentPrincipal is not an IClaimsPrincipal. ClaimsPrincipalPermission ...
ID5001: The Realm property on the FederatedPassiveSignIn control must be set to a valid URI. The value of this property is ...
ID5002: The Issuer property on the FederatedPassiveSignIn control must be set to the address of an STS endpoint that can ...
ID5003: FederatedPassiveSignIn.UseFederationPropertiesFromConfiguration is true. However, a valid WSFederationAuthenticationElement ...
ID5015: Cross-application redirect to '{0}' is not allowed. You may enable at FormsAuthentication.EnableCrossAppRedirects. ...