잘못된 대상 그룹 URI

Microsoft.ActiveDirectoryFederationServices2012R2.TokenAcceptanceAudienceUriValidationFailedRule (Rule)

Knowledge Base article:

요약

토큰에 지정한 대상 그룹 URI가 이 페더레이션 서비스의 수용 가능한 식별자와 일치하지 않기 때문에 페더레이션 서비스에서 토큰을 수용하지 못했습니다.

원인

지정한 대상 그룹 식별자가 이 페더레이션 서비스의 수용 가능한 식별자 목록에 없습니다.

해결 방법

유효성 검사를 실패한 대상 그룹 식별자에 대해서는 예외 세부 정보를 참조하십시오. 대상 그룹 식별자가 이 페더레이션 서비스를 식별하는 경우 AD FS용 Windows PowerShell cmdlet을 사용하여 수용 가능한 식별자 목록에 대상 그룹 식별자를 추가하십시오. Set-ADFSProperties cmdlet에서 AcceptableIdentifier 매개 변수를 사용하여 수용 가능한 식별자 목록을 구성할 수 있습니다.

대상 그룹 식별자는 토큰이 이 페더레이션 서비스에 전송되었는지를 확인하는 데 사용됩니다. 대상 그룹 식별자가 페더레이션 서비스를 식별하지 않는 경우 수용 가능한 식별자 목록에 추가하면 시스템 보안이 취약해질 수 있습니다.

Element properties:

TargetMicrosoft.ActiveDirectoryFederationServices2012R2.TokenAcceptance
CategoryConfigurationHealth
EnabledTrue
Event_ID367
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
잘못된 대상 그룹 URI
토큰에 지정한 대상 그룹 URI가 이 페더레이션 서비스의 수용 가능한 식별자와 일치하지 않습니다. 토큰 수용에 실패했습니다. 자세한 내용을 보려면 경고 컨텍스트를 검토하십시오.
Event Log$Target/Host/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.TokenAcceptanceAudienceUriValidationFailedRule" Enabled="true" Target="Microsoft.ActiveDirectoryFederationServices2012R2.TokenAcceptance" 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/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>$Target/Host/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">367</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.TokenAcceptanceAudienceUriValidationFailedRule.AlertMessage"]$</AlertMessageId>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>