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

Use skipped_uris to be able to authenticate when user is authenticated in the SSO

This commit is contained in:
Josué Tille 2020-05-25 10:49:57 +02:00
parent 330dd28948
commit deed7a7214
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 2 additions and 2 deletions

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