Skip to content

Commit aae93b8

Browse files
authored
NTLM question
NTLM question
1 parent 78b3652 commit aae93b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/active-directory/manage-apps/application-proxy-faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ If the connector servers and the web application service account are in the same
9393
If the connector servers and the web application service account are in different domains, Resource-based delegation is used. The delegation permissions are configured on the target web server and web application service account. This method of Constrained Delegation is relatively new. The method was introduced in Windows Server 2012, which supports cross-domain delegation by allowing the resource (web service) owner to control which machine and service accounts can delegate to it. There's no UI to assist with this configuration, so you'll need to use PowerShell.
9494
For more information, see the whitepaper [Understanding Kerberos Constrained Delegation with Application Proxy](https://aka.ms/kcdpaper).
9595

96+
### Does NTLM authentication work with Azure AD Application Proxy?
97+
98+
NTLM authentication cannot be used as pre-authentication or single sing-on method.
99+
NTLM authentication only works, when it will be negotiated directly between the client and the published web application.
100+
101+
NTLM authentication causes usually a credential window popping up in the browser.
102+
96103
## Pass-through authentication
97104

98105
### Can I use Conditional Access Policies for applications published with pass-through authentication?

0 commit comments

Comments
 (0)