nextcloud / client_theming

:computer: Nextcloud themed desktop client - Moved over to https://github.com/nextcloud/desktop
GNU General Public License v2.0
198 stars 87 forks source link

OSX client is built without shibboleth support #226

Open yama6a opened 6 years ago

yama6a commented 6 years ago

The nextCloud OSX client is built without shibboleth support (DNO_SHIBBOLETH=1) https://github.com/nextcloud/client_theming/blob/master/osx/build.sh#L31

This results in not being able to use e.g. Google SSO via SAML on OSX.

For reference: owncloud/client#6223

Bug or feature?

rullzer commented 6 years ago

Yes. But this is done since we build with Qt5.9 on OSX. Which does not support webkit. So there is no choice currently. We are working on getting support for this back.