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
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Supported. Implemented as per rfc8693</p></td>
610
-
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Preview support. Loose implementation of rfc8693. It is recommended to use V2 instead</p></td>
609
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Supported. Implemented as per RFC 8693</p></td>
610
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Preview support. Loose implementation of RFC 8693. It is recommended to use V2 instead</p></td>
<p>By default if the option is not specified, no reverse proxy headers are parsed. This should be used when no proxy is in use or with https passthrough.</p>
135
135
</li>
136
136
<li>
137
-
<p><code>forwarded</code> enables parsing of the <code>Forwarded</code> header as per <ahref="https://www.rfc-editor.org/rfc/rfc7239.html">RFC7239</a>.</p>
137
+
<p><code>forwarded</code> enables parsing of the <code>Forwarded</code> header as per <ahref="https://www.rfc-editor.org/rfc/rfc7239.html">RFC 7239</a>.</p>
138
138
</li>
139
139
<li>
140
140
<p><code>xforwarded</code> enables parsing of non-standard <code>X-Forwarded-*</code> headers, such as <code>X-Forwarded-For</code>, <code>X-Forwarded-Proto</code>, <code>X-Forwarded-Host</code>, and <code>X-Forwarded-Port</code>.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">This path is needed to resolve Authorization Server Metadata and other information via RFC8414.</p></td>
332
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">This path is needed to resolve Authorization Server Metadata and other information via RFC 8414.</p></td>
If you configured a <code>http-relative-path</code> on the server, proceed as follows to use discovery wih RFC8414: Configure a reverse proxy to map the <code>/.well-known/</code> path without the prefix to the path with the prefix on the server.
359
+
If you configured a <code>http-relative-path</code> on the server, proceed as follows to use discovery wih RFC 8414: Configure a reverse proxy to map the <code>/.well-known/</code> path without the prefix to the path with the prefix on the server.
0 commit comments