pdsinterop / solid-nextcloud

A plugin to make Nextcloud compatible with Solid
https://pdsinterop.org/solid-nextcloud/
MIT License
72 stars 11 forks source link

Use openid-configuration from php-solid-auth #6

Closed michielbdejong closed 4 years ago

michielbdejong commented 4 years ago

Instead of: https://github.com/pdsinterop/solid-nextcloud/blob/solid-community-login/solid/lib/Controller/ServerController.php#L42 we should use: https://github.com/pdsinterop/php-solid-auth/blob/master/src/Server.php#L122

michielbdejong commented 4 years ago

Ah nm, I now see that config object is only used to construct the php-solid-auth object, see https://github.com/pdsinterop/solid-nextcloud/blob/solid-community-login/solid/lib/Controller/ServerController.php#L33-L36