Skip to content

Commit 06d52fa

Browse files
authored
Merge pull request #10208 from haywoodsloan/8296-SPN-config-web-apps
AB#8296: Clarify SPN configuration for web applications
2 parents d1a4938 + 9202686 commit 06d52fa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

support/developer/webapps/iis/was-service-svchost-process-operation/understanding-identities.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understanding identities in IIS
33
description: This article provides background information about identities in Internet Information Services.
44
ms.date: 04/17/2025
55
ms.custom: sap:WAS Service and Svchost Process Operation\Application pool identity
6-
ms.reviewer: prchanda, jarrettr
6+
ms.reviewer: prchanda, jarrettr, v-shaywood
77
---
88
# Understanding identities in IIS
99

@@ -92,6 +92,8 @@ To understand application pool identities, you have to understand what an identi
9292
setspn -a HTTP/MyWebAppZone.com Server1$
9393
```
9494
95+
This scenario results in duplicate SPNs for the same service (in this case HTTP), where each server account has its own SPN. Avoid this type of configuration.
96+
9597
To overcome this disadvantage, you can run the application under a custom Windows (domain) identity, and then set the SPN to only that specific domain account in the domain controller.
9698
9799
Registering an SPN to a domain account:

0 commit comments

Comments
 (0)