We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1782ba3 commit fb7235dCopy full SHA for fb7235d
lib/models/authenticator.js
@@ -327,7 +327,8 @@ class TlsAuthenticator extends Authenticator {
327
return this.accountManager.userAccountFrom({ webId, username: webId, externalWebId: true })
328
}
329
330
- throw new Error(`This server is not the authorized provider for Web ID ${webId}`)
+ 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`)
332
})
333
334
0 commit comments