Skip to content

Commit 19998a4

Browse files
authored
fix Editor's Draft URIs in Authn Suite specifications (#138)
also fix a typo in lws10-authn-ssi-did-key
1 parent 2b49a96 commit 19998a4

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

lws10-authn-openid/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
var respecConfig = {
1111
specStatus: "ED",
1212
shortName: "lws10-authn-openid",
13+
edDraftURI: "https://w3c.github.io/lws-protocol/lws10-authn-openid/",
1314
editors: [{
1415
name: "Jesse Wright",
1516
w3cid: "132252",

lws10-authn-saml/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
var respecConfig = {
1111
specStatus: "ED",
1212
shortName: "lws10-authn-saml",
13+
edDraftURI: "https://w3c.github.io/lws-protocol/lws10-authn-saml/",
1314
editors: [{
1415
name: "Jesse Wright",
1516
w3cid: "132252",

lws10-authn-ssi-cid/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
var respecConfig = {
1111
specStatus: "ED",
1212
shortName: "lws10-authn-ssi-cid",
13+
edDraftURI: "https://w3c.github.io/lws-protocol/lws10-authn-ssi-cid/",
1314
editors: [{
1415
name: "Jesse Wright",
1516
w3cid: "132252",

lws10-authn-ssi-did-key/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
var respecConfig = {
1111
specStatus: "ED",
1212
shortName: "lws10-authn-ssi-did-key",
13+
edDraftURI: "https://w3c.github.io/lws-protocol/lws10-authn-ssi-did-key/",
1314
editors: [{
1415
name: "Jesse Wright",
1516
w3cid: "132252",
@@ -58,7 +59,7 @@ <h2>Introduction</h2>
5859
Self-issued identity is important for cases where applications act on their own behalf.
5960
This includes autonomous bots as well as server-side scripts, among others.
6061
In these cases, the agent is able to securely manage the private portion of a keypair, which it uses to generate signed JSON Web Tokens (JWT).
61-
This specification describes how this class of agents can generate authentication credentials that can be used with a Linked Web Storage while using agent identifers with the `did:key:` method.
62+
This specification describes how this class of agents can generate authentication credentials that can be used with a Linked Web Storage while using agent identifiers with the `did:key:` method.
6263
</p>
6364
</section>
6465

0 commit comments

Comments
 (0)