You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <a href="https://www.pomerium.com/docs/integrations/">Identity Provider</a>
154
+
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <a href="https://www.pomerium.com/docs/identity-providers/">Identity Provider</a>
Expire sets cookie and Pomerium session expiration time. Once session expires, users would have to re-login. If you change this parameter, existing sessions are not affected. <p>See <a href="https://www.pomerium.com/docs/deploy/enterprise/about#session-management">Session Management</a> (Enterprise) for a more fine-grained session controls.</p> <p>Defaults to 14 hours.</p>
395
+
Expire sets cookie and Pomerium session expiration time. Once session expires, users would have to re-login. If you change this parameter, existing sessions are not affected. <p>See <a href="https://www.pomerium.com/docs/enterprise/about#session-management">Session Management</a> (Enterprise) for a more fine-grained session controls.</p> <p>Defaults to 14 hours.</p>
396
396
</p>
397
397
398
398
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <ahref="https://www.pomerium.com/docs/integrations/">Identity Provider</a>
456
+
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <ahref="https://www.pomerium.com/docs/identity-providers/">Identity Provider</a>
457
457
458
458
<table>
459
459
<thead>
@@ -590,7 +590,7 @@ IdentityProvider configure single-sign-on authentication and user identity detai
590
590
</p>
591
591
<p>
592
592
593
-
URL is the base path to an identity provider's OpenID connect discovery document. See <a href="https://pomerium.com/docs/integrations/user-identity/identity-providers">Identity Providers</a> guides for details.
593
+
URL is the base path to an identity provider's OpenID connect discovery document. See <a href="https://pomerium.com/docs/identity-providers">Identity Providers</a> guides for details.
594
594
</p>
595
595
596
596
Format: an URI as parsed by Golang net/url.ParseRequestURI.
@@ -807,7 +807,7 @@ Timeout specifies the <a href="https://www.pomerium.com/docs/reference/global-ti
807
807
</p>
808
808
<p>
809
809
810
-
Write specifies max stream duration is the maximum time that a stream's lifetime will span. An HTTP request/response exchange fully consumes a single stream. Therefore, this value must be greater than read_timeout as it covers both request and response time.
810
+
Write specifies max stream duration is the maximum time that a stream’s lifetime will span. An HTTP request/response exchange fully consumes a single stream. Therefore, this value must be greater than read_timeout as it covers both request and response time.
811
811
</p>
812
812
813
813
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.
0 commit comments