From b3f41c0fa861a668c054bdce92c8fb86707a784c Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 27 Apr 2021 14:07:10 +0200 Subject: Define the access token API --- po/webid-oidc.pot | 174 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 136 insertions(+), 38 deletions(-) (limited to 'po/webid-oidc.pot') diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot index f442518..e008e38 100644 --- a/po/webid-oidc.pot +++ b/po/webid-oidc.pot @@ -122,190 +122,288 @@ msgstr "" msgid "Usage: generate-key [NUMBER OF BITS | CURVE]\n" msgstr "" -#: src/scm/webid-oidc/errors.scm:238 +#: src/scm/webid-oidc/errors.scm:378 msgid "that’s how it is" msgstr "" -#: src/scm/webid-oidc/errors.scm:243 +#: src/scm/webid-oidc/errors.scm:383 #, scheme-format msgid "the value ~s is not a base64 string (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:246 +#: src/scm/webid-oidc/errors.scm:386 #, scheme-format msgid "the value ~s is not JSON (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:249 +#: src/scm/webid-oidc/errors.scm:389 #, scheme-format msgid "the value ~s does not identify an elleptic curve" msgstr "" -#: src/scm/webid-oidc/errors.scm:254 +#: src/scm/webid-oidc/errors.scm:394 #, scheme-format msgid "the value ~s does not identify a JWK (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:256 +#: src/scm/webid-oidc/errors.scm:396 #, scheme-format msgid "the value ~s does not identify a JWK" msgstr "" -#: src/scm/webid-oidc/errors.scm:261 +#: src/scm/webid-oidc/errors.scm:401 #, scheme-format msgid "the value ~s does not identify a public JWK (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:263 +#: src/scm/webid-oidc/errors.scm:403 #, scheme-format msgid "the value ~s does not identify a public JWK" msgstr "" -#: src/scm/webid-oidc/errors.scm:268 +#: src/scm/webid-oidc/errors.scm:408 #, scheme-format msgid "the value ~s does not identify a private JWK (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:270 +#: src/scm/webid-oidc/errors.scm:410 #, scheme-format msgid "the value ~s does not identify a private JWK" msgstr "" -#: src/scm/webid-oidc/errors.scm:275 +#: src/scm/webid-oidc/errors.scm:415 #, scheme-format msgid "the value ~s does not identify a JWKS (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:277 +#: src/scm/webid-oidc/errors.scm:417 #, scheme-format msgid "the value ~s does not identify a JWKS" msgstr "" -#: src/scm/webid-oidc/errors.scm:280 +#: src/scm/webid-oidc/errors.scm:420 #, scheme-format msgid "the value ~s does not identify a hash algorithm" msgstr "" -#: src/scm/webid-oidc/errors.scm:283 +#: src/scm/webid-oidc/errors.scm:423 #, scheme-format msgid "the value ~s is not an alist or misses key ~s" msgstr "" -#: src/scm/webid-oidc/errors.scm:286 +#: src/scm/webid-oidc/errors.scm:426 #, scheme-format msgid "the value ~s is not a JWS header (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:289 +#: src/scm/webid-oidc/errors.scm:429 #, scheme-format msgid "the value ~s is not a JWS payload (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:292 +#: src/scm/webid-oidc/errors.scm:432 #, scheme-format msgid "the value ~s is not a JWS (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:295 +#: src/scm/webid-oidc/errors.scm:435 #, scheme-format msgid "the string ~s cannot be split in 3 parts with ~s" msgstr "" -#: src/scm/webid-oidc/errors.scm:298 +#: src/scm/webid-oidc/errors.scm:438 #, scheme-format msgid "" "all key candidates failed to verify signature ~s with algorithm ~s and " "payload ~a (there were ~a: ~s)" msgstr "" -#: src/scm/webid-oidc/errors.scm:301 +#: src/scm/webid-oidc/errors.scm:441 #, scheme-format msgid "I cannot decode JWS ~a (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:304 +#: src/scm/webid-oidc/errors.scm:444 #, scheme-format msgid "I cannot encode JWS ~a (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:307 +#: src/scm/webid-oidc/errors.scm:447 #, scheme-format msgid "" "the server request unexpectedly failed with code ~a and reason phrase ~s" msgstr "" -#: src/scm/webid-oidc/errors.scm:312 +#: src/scm/webid-oidc/errors.scm:452 #, scheme-format msgid "the header ~a should not have the value ~s" msgstr "" -#: src/scm/webid-oidc/errors.scm:314 +#: src/scm/webid-oidc/errors.scm:454 #, scheme-format msgid "the header ~a should be present" msgstr "" -#: src/scm/webid-oidc/errors.scm:317 +#: src/scm/webid-oidc/errors.scm:457 #, scheme-format msgid "the server response wasn't expected: ~s (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:323 +#: src/scm/webid-oidc/errors.scm:463 #, scheme-format msgid "the value ~s is not an OIDC configuration (because ~a)" msgstr "" -#: src/scm/webid-oidc/errors.scm:328 +#: src/scm/webid-oidc/errors.scm:468 +#, scheme-format +msgid "the webid field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:469 +msgid "the webid field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:473 +#, scheme-format +msgid "the iss field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:474 +msgid "the iss field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:478 +#, scheme-format +msgid "the aud field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:479 +msgid "the aud field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:483 +#, scheme-format +msgid "the iat field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:484 +msgid "the iat field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:488 +#, scheme-format +msgid "the exp field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:489 +msgid "the exp field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:493 +#, scheme-format +msgid "the cnf/jkt field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:494 +msgid "the cnf/jkt field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:498 +#, scheme-format +msgid "the client-id field is incorrect: ~s" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:499 +msgid "the client-id field is missing" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:501 +#, scheme-format +msgid "~s is not an access token (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:504 +#, scheme-format +msgid "~s is not an access token header (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:507 +#, scheme-format +msgid "~s is not an access token payload (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:510 +#, scheme-format +msgid "I cannot fetch the issuer configuration of ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:517 +#, scheme-format +msgid "I cannot fetch the JWKS of ~a at ~a (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:528 +#, scheme-format +msgid "I cannot decode ~s as an access token (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:531 +#, scheme-format +msgid "I cannot encode ~s as an access token with key ~s (because ~a)" +msgstr "" + +#: src/scm/webid-oidc/errors.scm:536 msgid "that’s it" msgstr "" -#: src/scm/webid-oidc/errors.scm:332 +#: src/scm/webid-oidc/errors.scm:540 #, scheme-format msgid "~a and ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:335 +#: src/scm/webid-oidc/errors.scm:543 #, scheme-format msgid "~a, ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:339 +#: src/scm/webid-oidc/errors.scm:547 #, scheme-format msgid "the signature ~a does not match key ~s with payload ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:342 +#: src/scm/webid-oidc/errors.scm:550 msgid "there is an undefined variable" msgstr "" -#: src/scm/webid-oidc/errors.scm:344 +#: src/scm/webid-oidc/errors.scm:552 #, scheme-format msgid "the origin is ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:347 +#: src/scm/webid-oidc/errors.scm:555 #, scheme-format msgid "a message is attached: ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:350 +#: src/scm/webid-oidc/errors.scm:558 #, scheme-format msgid "the values ~s are problematic" msgstr "" -#: src/scm/webid-oidc/errors.scm:353 +#: src/scm/webid-oidc/errors.scm:561 msgid "there is a kind and args" msgstr "" -#: src/scm/webid-oidc/errors.scm:355 +#: src/scm/webid-oidc/errors.scm:563 msgid "there is an assertion failure" msgstr "" -#: src/scm/webid-oidc/errors.scm:357 +#: src/scm/webid-oidc/errors.scm:565 #, scheme-format msgid "the program quits with code ~a" msgstr "" -#: src/scm/webid-oidc/errors.scm:360 +#: src/scm/webid-oidc/errors.scm:568 #, scheme-format msgid "Unhandled exception type ~a." msgstr "" -- cgit v1.2.3