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 = {
5353 }
5454}
5555
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.
5763describe . skip ( 'ACL with WebID+TLS' , function ( ) {
5864 var ldpHttpsServer
5965 var serverConfig = {
You can’t perform that action at this time.
0 commit comments