Kimlik doğrulama sağlayıcısı yükleme hatası

Microsoft.ActiveDirectoryFederationServices.2016.FederationServerAuthenticationProviderLoadMonitor (UnitMonitor)

Kimlik doğrulama sağlayıcısı başarıyla yüklenemiyor. Bu sağlayıcıyı gerektiren tüm kimlik doğrulama istekleri başarısız olacaktır.

Knowledge Base article:

Özet

Bu izleyici, AD FS hizmeti başlatıldığı sırada kimlik doğrulama sağlayıcılarını yüklerken hata olup olmadığını denetler. Temel neden giderildikten ve AD FS hizmeti yeniden başlatıldıktan sonra bu izleyiciyi iyi bir duruma döndürmek için el ile sıfırlama gerekir.

Nedenler

AD FS, bir veya daha fazla kimlik doğrulama sağlayıcısı yüklenemediğinde bu durumla karşılaşır. Bu durum, çok öğeli kimlik doğrulama için kullanılan özel kimlik doğrulama sağlayıcılarında daha sık oluşur.

Çözümler

Hata özel bir kimlik doğrulama sağlayıcısında oluşursa, hatayı bildiren makinede kimlik doğrulama sağlayıcısının yüklü olduğunu onaylamak için lütfen sağlayıcınızın yönergelerine danışın ve AD FS hizmetini yeniden başlatın. Kimlik doğrulama sağlayıcısının yüklemesi AD FS grubunun her düğümünde gerçekleşmelidir ve AD FS'yi dağıtma ve yapılandırmadan farklı bir adımdır.

Element properties:

TargetMicrosoft.ActiveDirectoryFederationServices.2016.FederationServer
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Kimlik doğrulama sağlayıcısı yükleme hatası
Olay Açıklaması: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ActiveDirectoryFederationServices.2016.FederationServerAuthenticationProviderLoadMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.ActiveDirectoryFederationServices.2016.FederationServer" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.ActiveDirectoryFederationServices.2016.FederationServerAuthenticationProviderLoadMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>AD FS/Admin</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">105</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>(^AD FS$)</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>900</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>