ID2078: The computed lifetime has a creation time of '{0}' and an expiration time of '{1}'. This produces a time span greater than the maximum allowed token lifetime '{2}' as specified in SecurityTokenServiceConfiguration.MaximumTokenLifetime. If you need to specify such a lifetime, SecurityTokenServiceConfiguration.MaximumTokenLifetime is a settable property or you can override SecurityTokenService.GetTokenLifetime and provide custom verification.
ID2073: SecurityTokenServiceConfiguration.SecurityTokenService is either null or does not have a base type of SecurityTokenService. ...
ID2075: The computed lifetime has a creation time of '{0}' and an expiration time of '{1}'. The expiration time is before ...
ID2076: The computed lifetime has a creation time of '{0}' and an expiration time of '{1}'. This creation time is more that ...
ID2077: The computed lifetime has a creation time of '{0}' and an expiration time of '{1}'. The expiration time is before ...
ID2078: The computed lifetime has a creation time of '{0}' and an expiration time of '{1}'. This produces a time span greater ...
ID2079: SecurityTokenService.SecurityTokenDescriptor.SigningCredentials is null. Specify a valid credential to sign the issued ...
ID2080: Cannot resolve the SecurityKeyIdentifier to a SecurityKey with the given SecurityTokenResolver. SecurityTokenResolver: ...
ID2081: SecurityTokenService does not implement asynchronous behavior. Override BeginGetOutputClaimsIdentity/EndGetOutputClaimsIdentity ...
ID2083: IssuerName cannot be null or empty. Create SecurityTokenServiceConfiguration with a valid TokenIssuerName or override ...