Skip to content

Commit 9202686

Browse files
committed
minor cleanup
1 parent ba793d7 commit 9202686

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
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

@@ -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-
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.
94+
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.
9596
9697
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.
9798

0 commit comments

Comments
 (0)