summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-29 18:53:17 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 00:30:13 +0200
commit76c7ce229a2cf48dd6f410a80b7af3310f28398b (patch)
treea1db7d9292116dc384fc6cc6b111ae7b16480ca5 /doc
parentc4479afbd1159b921e1b9c3155e992e32806b712 (diff)
Get a JWKS on the web
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 9a14e39..1ce23e0 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -307,6 +307,24 @@
The <info:var>jws</info:var> cannot be signed.
</p>
</info:deftp>
+ <info:deftp type="exception type" name="&amp;request-failed-unexpectedly" arguments="response-code response-reason-phrase">
+ <p>
+ We expected the request to succeed, but the server sent a
+ non-OK <info:var>response-code</info:var>.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;unexpected-header-value" arguments="header value">
+ <p>
+ We did not expect the server to respond with
+ <info:var>header</info:var> set to <info:var>value</info:var>.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;unexpected-response" arguments="response cause">
+ <p>
+ The <info:var>response</info:var> (from
+ <emph>(web response)</emph>) is not appropriate.
+ </p>
+ </info:deftp>
<h1 type="appendix">GNU Free Documentation License</h1>
<info:gfdl />