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

enable /.well-known/openid-provider in nextcloud-server #23

Closed michielbdejong closed 4 years ago

michielbdejong commented 4 years ago
curl -ki https://localhost/.well-known/openid-configuration
HTTP/1.1 302 Found
[...]
Location: https://localhost/login
michielbdejong commented 4 years ago

See https://github.com/pdsinterop/solid-nextcloud/issues/2

michielbdejong commented 4 years ago

Making some progress with this in https://github.com/pdsinterop/test-suites/pull/24.

michielbdejong commented 4 years ago

Getting 400 Bad Request, 'Access through untrusted domain' error when retrieving

curl -ik https://server/apps/solid/openid

It works fine when the domain is 'localhost' instead of 'server'. Probably I have to tell Nextcloud to trust "server"