Authentication issues with YunoHost 11.1.0 with new SSOwat version / Please upgrade to YunoHost 11.1.2 to fix

Thanks a lot @Aleks. As already discussed here, I indeed had a mixture of stable and testing packages installed. I did the switch to testing and now my clients are connecting again :slight_smile: For reference, here is my config:

$ sudo yunohost --version
yunohost: 
  repo: testing
  version: 11.1.2.2
yunohost-admin: 
  repo: testing
  version: 11.1.2.1
moulinette: 
  repo: testing
  version: 11.1.2
ssowat: 
  repo: testing
  version: 11.1.2.4

And the content of /etc/ssowat/conf.json (notice that I needed to display more than 6 per occurence to see use_remote_user_var_in_nginx_conf).

        "nextcloud.api": {
            "auth_header": false,
            "label": "Nextcloud (api)",
            "public": true,
            "show_tile": false,
            "uris": [
                "re:myotherdomain\\/.well-known\\/.*"
            ],
            "use_remote_user_var_in_nginx_conf": false,
            "users": [
--
        "nextcloud.main": {
            "auth_header": true,
            "label": "Nextcloud",
            "public": true,
            "show_tile": true,
            "uris": [
                "mydomain"
            ],
            "use_remote_user_var_in_nginx_conf": false,
            "users": [

For those willing to make the switch, just be aware that the admin user is deactivated in 11.1.

Since the script installs the testing versions of the packages, this is what I would expect.

Thanks for your help and this beautiful system that Yunohost is!