自动更新已跳过并发出警告

Microsoft.ActiveDirectoryFederationServices2012R2.TrustManagementAutoUpdateSkippedWithWarningRule (Rule)

Knowledge Base article:

摘要

信任监视服务在信任的联合身份验证元数据中检测到更改,但其未对信任合作伙伴自动应用更改。

原因

返回到联合身份验证服务的元数据文档中的差异已被忽略,并且未被联合身份验证服务应用。

您可以跟踪事件中提供的其他数据以了解造成差异的确切原因。

例如,如果包括多个 WS 联合身份验证端点,则只会使用并应用第一个兼容的端点。另一个可能的原因是,包括关键元数据,但不是以 X.509 证书的格式。

解决方法

使用此事件提供的其他详细信息验证维护信任所需的关键联合身份验证元数据未被忽略。

Element properties:

TargetMicrosoft.ActiveDirectoryFederationServices2012R2.TrustManagement
CategoryConfigurationHealth
EnabledTrue
Event_ID174
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
自动更新已跳过并发出警告
信任监视服务检测到联合身份验证元数据“{0}”变更,但不在信任合作伙伴上自动应用这些变更。检查“警报上下文”选项卡以获取事件详细信息。
Event Log$Target/Host/Property[Type="Microsoft.ActiveDirectoryFederationServices2012R2.FederationServer"]/ADFSEventLog$

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.ActiveDirectoryFederationServices2012R2.TrustManagementAutoUpdateSkippedWithWarningRule" Enabled="true" Target="Microsoft.ActiveDirectoryFederationServices2012R2.TrustManagement" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>$Target/Host/Property[Type="Microsoft.ActiveDirectoryFederationServices2012R2.FederationServer"]/ADFSEventLog$</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">174</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>(^AD FS$)</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.ActiveDirectoryFederationServices2012R2.TrustManagementAutoUpdateSkippedWithWarningRule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[1]$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>