1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Merge pull request #72 from YunoHost-Apps/use_skipped_instead_of_unprotected

Use skipped_uris to be able to authenticate when user is authenticated in the SSO
This commit is contained in:
yalh76 2020-06-14 00:15:56 +02:00 committed by GitHub
commit e15837f014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
"name": "yalh76"
},
"requirements": {
"yunohost": ">= 3.5"
"yunohost": ">= 3.8.4.8"
},
"multi_instance": true,
"services": [

View file

@ -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
#=================================================

View file

@ -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
#=================================================