We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c894f9 commit c2af39fCopy full SHA for c2af39f
src/content/docs/identityserver/deployment.md
@@ -50,6 +50,7 @@ Requests to your IdentityServer that come through a proxy will appear to come fr
50
51
Common symptoms of this problem are
52
- HTTPS requests get downgraded to HTTP
53
+- HTTP issuer is being published instead of HTTPS in `.well-known/openid-configuration`
54
- Host names are incorrect in the discovery document or on redirect
55
- Cookies are not sent with the secure attribute, which can especially cause problems with the samesite cookie attribute.
56
@@ -314,4 +315,4 @@ public class DiscoveryKeysHealthCheck : IHealthCheck
314
315
return new HealthCheckResult(context.Registration.FailureStatus);
316
}
317
-```
318
+```
0 commit comments