Skip to content

Commit 9502ab3

Browse files
authored
Merge pull request #51285 from githubarpyka/patch-7
NTLM question
2 parents 09c7953 + c6909e0 commit 9502ab3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ If the connector servers and the web application service account are in the same
9292
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.
9393
For more information, see the whitepaper [Understanding Kerberos Constrained Delegation with Application Proxy](https://aka.ms/kcdpaper).
9494

95+
### Does NTLM authentication work with Azure AD Application Proxy?
96+
97+
NTLM authentication can’t be used as a pre-authentication or single sign-on method. NTLM authentication can be used only when it can be negotiated directly between the client and the published web application. Using NTLM authentication usually causes a sign-in prompt to appear in the browser.
98+
9599
## Pass-through authentication
96100

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

0 commit comments

Comments
 (0)