From deed7a7214928079a009f5d7b428f064d3109a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 25 May 2020 10:49:57 +0200 Subject: [PATCH 1/2] Use skipped_uris to be able to authenticate when user is authenticated in the SSO --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index acf2a6b..0b8e763 100644 --- a/scripts/install +++ b/scripts/install @@ -224,7 +224,7 @@ ynh_print_info --message="Configuring SSOwat..." if [ $is_public -eq 1 ] then # unprotected_uris allows SSO credentials to be passed anyway. - ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" + ynh_app_setting_set --app=$app --key=skipped_uris --value="/" fi #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 499e5b8..64fd78b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -224,7 +224,7 @@ ynh_print_info --message="Upgrading SSOwat configuration..." if [ $is_public -eq 1 ] then # unprotected_uris allows SSO credentials to be passed anyway - ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" + ynh_app_setting_set --app=$app --key=skipped_uris --value="/" fi #================================================= From d352f2a7e97add1bac52d3360782ed9b82f59d35 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jun 2020 00:14:10 +0200 Subject: [PATCH 2/2] update requirements --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f294841..f38a9bf 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "name": "yalh76" }, "requirements": { - "yunohost": ">= 3.5" + "yunohost": ">= 3.8.4.8" }, "multi_instance": true, "services": [