We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a4487 commit b183c7aCopy full SHA for b183c7a
1 file changed
test/integration/acl-tls-test.js
@@ -53,7 +53,13 @@ var userCredentials = {
53
}
54
55
56
-// TODO Remove skip. TLS is currently broken, but is not a priority to fix
+// TODO Remove skip. TLS is currently broken, but is not a priority to fix since
57
+// the current Solid spec does not require supporting webid-tls on the resource
58
+// server. The current spec only requires the resource server to support webid-oidc,
59
+// and it requires the IDP to support webid-tls as a log in method, so that users of
60
+// a webid-tls client certificate can still use their certificate (and not a
61
+// username/password pair or other login method) to "bridge" from webid-tls to
62
+// webid-oidc.
63
describe.skip('ACL with WebID+TLS', function () {
64
var ldpHttpsServer
65
var serverConfig = {
0 commit comments