Michiel de Jong

Results 730 comments of Michiel de Jong

Oops, I used the GitHub online merge tool to merge this branch into my debug branch, and apparently it somehow allowed me to add commits to https://github.com/mirekys/reva/commits/fix-3113 - that's scary!

Force push to someone else's GitHub account is also scary but looks like it did put the branch back in its correct state :/

I'm still not sure why I'm allowed to push to @mirekys's branch, but I merged `origin/master` into it as @micbar requested.

While testing this code, I think there is one more change missing: In [this block](https://github.com/cs3org/reva/blob/fdced3305f289fd9cb59684a24ce0a97b31d7f0b/pkg/ocm/provider/authorizer/mentix/mentix.go#L266-L270) in the mentix driver for ocm provider authorizer, `service.Host` is converted from a URL to...

Thanks for the heads-up. Ah, this started failing because the cert on https://bob.com/ expired! Should be easy to fix by changing "bob.com" to "example.com", or some other domain name.

``` => ERROR [stage-0 11/12] RUN composer install --no-dev --prefer-dist 1.3s ------ > [stage-0 11/12] RUN composer install --no-dev --prefer-dist: 0.755 Composer plugins have been disabled for safety in this...

Ah! :) https://github.com/pdsinterop/solid-nextcloud/commit/6ab8d7b46d8e38aa8aeb34ca0e7fe11cae4b473a

New error: ``` 172.24.0.5 - - [01/Sep/2023:10:22:47 +0000] "GET /authorize?response_type=id_token%20code&redirect_uri=https%3A%2F%2Ftester&scope=openid%20profile%20offline_access&client_id=f5d1278e8109edd94e1e4197e04873b9&code_challenge_method=S256&code_challenge=RmpFc2r0cRS_7UQewxp99ZeKIaMXuBdkB06jGquDouA&state=global HTTP/1.1" 500 1253 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" ```

new error: ``` root@f7f44f9cea6e:/app# ./node_modules/.bin/jest test/surface/create-non-container.test.ts SolidAuthFetcher Ready to roll +0ms SolidAuthFetcher curl -v https://server/.well-known/openid-configuration +376ms (node:898) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS...

Added ``console.log(`curl -ik -H 'cookie: ${oidcProviderCookie}' "${redirectedTo}"`);`` on line 20 of node_modules/solid-auth-fetcher/dist/obtainAuthHeaders.js This reveals the server-side error: ``` curl -ik -H 'cookie: PHPSESSID=32a70fd220cbad3884a24afdc6b97412; path=/' "https://server/authorize?response_type=id_token%20code&redirect_uri=https%3A%2F%2Ftester&scope=openid%20profile%20offline_access&client_id=f5d1278e8109edd94e1e4197e04873b9&code_challenge_method=S256&code_challenge=yJhII4ORVMz3lNWnTgA-sSI5BJ0mf9koh1KToq6CsPo&state=global" HTTP/1.1 200 OK Date: Sat,...