Skip to content

Commit ba793d7

Browse files
committed
Merge branch 'patch-1' of https://github.com/HugoDurana/SupportArticles-docs into 8296-SPN-config-web-apps
2 parents d1a4938 + e3e7b70 commit ba793d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ To understand application pool identities, you have to understand what an identi
9191
```console
9292
setspn -a HTTP/MyWebAppZone.com Server1$
9393
```
94-
94+
This situation results in duplicate SPNs for the same service (in this case, HTTP), where each server account has its own SPN — a configuration you should avoid.
95+
9596
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.
9697
9798
Registering an SPN to a domain account:

0 commit comments

Comments
 (0)