pdsinterop / test-suites

Test suites for protocols a Personal Data Store may support
https://pdsinterop.org/test-suites/
MIT License
2 stars 11 forks source link

Dev branch #24

Closed michielbdejong closed 4 years ago

michielbdejong commented 4 years ago

Relies on It relies on https://github.com/pdsinterop/solid-nextcloud/pull/4.

michielbdejong commented 4 years ago

I now have something showing publicly on https://localhost/apps/solid/openid But the rewrite rule in https://github.com/pdsinterop/test-suites/pull/24/files#diff-745b5ba9e18d18668d2151e5e0d9a854R5 is not doing its job yet.

michielbdejong commented 4 years ago

This does work:

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule ^\.well-known/openid-configuration /apps/solid/openid [R=301,L]
</IfModule>