Skip to content

Commit c2af39f

Browse files
authored
Small update to symptoms for forwarded headers config
Small update to symptoms for forwarded headers config
1 parent 0c894f9 commit c2af39f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/identityserver/deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Requests to your IdentityServer that come through a proxy will appear to come fr
5050

5151
Common symptoms of this problem are
5252
- HTTPS requests get downgraded to HTTP
53+
- HTTP issuer is being published instead of HTTPS in `.well-known/openid-configuration`
5354
- Host names are incorrect in the discovery document or on redirect
5455
- Cookies are not sent with the secure attribute, which can especially cause problems with the samesite cookie attribute.
5556

@@ -314,4 +315,4 @@ public class DiscoveryKeysHealthCheck : IHealthCheck
314315
return new HealthCheckResult(context.Registration.FailureStatus);
315316
}
316317
}
317-
```
318+
```

0 commit comments

Comments
 (0)