This page has moved to the new docs site: https://docs.secureauth.com/2104/en/configure-a-custom-identity-s-spn-to-leverage-iwa-auth.html
This page has moved to the new docs site: https://docs.secureauth.com/2104/en/configure-a-custom-identity-s-spn-to-leverage-iwa-auth.html
2 Comments
Allen Quach
If you get the following error message "An external error has occurred" while changing the "user rights assignment", please see this microsoft kb http://support.microsoft.com/kb/2411938
Allen Quach
Please add the following to the web.config of the realm configured for IWA if the above steps does not work:
<security>
<authentication>
<anonymousAuthentication enabled="false" />
<windowsAuthentication enabled="true" useKernelMode="true" useAppPoolCredentials="true">
<providers>
<clear />
<add value="Negotiate" />
<add value="NTLM" />
</providers>
</windowsAuthentication>
</authentication>
</security>