File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,13 @@ var userCredentials = {
53
53
}
54
54
}
55
55
56
- // TODO Remove skip. TLS is currently broken, but is not a priority to fix
56
+ // 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.
57
63
describe . skip ( 'ACL with WebID+TLS' , function ( ) {
58
64
var ldpHttpsServer
59
65
var serverConfig = {
You can’t perform that action at this time.
0 commit comments