Skip to content

Commit fb7235d

Browse files
Add link to issuer discovery spec on error
1 parent 1782ba3 commit fb7235d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/models/authenticator.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ class TlsAuthenticator extends Authenticator {
327327
return this.accountManager.userAccountFrom({ webId, username: webId, externalWebId: true })
328328
}
329329

330-
throw new Error(`This server is not the authorized provider for Web ID ${webId}`)
330+
throw new Error(`This server is not the authorized provider for Web ID ${webId}.
331+
See https://github.com/solid/webid-oidc-spec#authorized-oidc-issuer-discovery`)
331332
})
332333
}
333334
}

0 commit comments

Comments
 (0)