diff --git a/roles/authelia-for-owncloud/templates/authelia-client-conf-android.json.j2 b/roles/authelia-for-owncloud/templates/authelia-client-conf-android.json.j2 index 60ff3ae..d21c360 100644 --- a/roles/authelia-for-owncloud/templates/authelia-client-conf-android.json.j2 +++ b/roles/authelia-for-owncloud/templates/authelia-client-conf-android.json.j2 @@ -26,7 +26,7 @@ "grant_types": [ "authorization_code", "refresh_token" - ] + ], "access_token_signed_response_alg": "none", "userinfo_signed_response_alg": "none", "token_endpoint_auth_method": "client_secret_basic" diff --git a/roles/authelia-for-owncloud/templates/authelia-client-conf-desktop.json.j2 b/roles/authelia-for-owncloud/templates/authelia-client-conf-desktop.json.j2 index 23b5d22..e314bf2 100644 --- a/roles/authelia-for-owncloud/templates/authelia-client-conf-desktop.json.j2 +++ b/roles/authelia-for-owncloud/templates/authelia-client-conf-desktop.json.j2 @@ -26,7 +26,7 @@ "grant_types": [ "authorization_code", "refresh_token" - ] + ], "access_token_signed_response_alg": "none", "userinfo_signed_response_alg": "none", "token_endpoint_auth_method": "client_secret_basic" diff --git a/roles/authelia-for-owncloud/templates/authelia-client-conf-ios.json.j2 b/roles/authelia-for-owncloud/templates/authelia-client-conf-ios.json.j2 index cf665bf..01eefe2 100644 --- a/roles/authelia-for-owncloud/templates/authelia-client-conf-ios.json.j2 +++ b/roles/authelia-for-owncloud/templates/authelia-client-conf-ios.json.j2 @@ -26,7 +26,7 @@ "grant_types": [ "authorization_code", "refresh_token" - ] + ], "access_token_signed_response_alg": "none", "userinfo_signed_response_alg": "none", "token_endpoint_auth_method": "client_secret_basic" diff --git a/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 b/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 index cd6d796..e2b951a 100644 --- a/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 +++ b/roles/authelia-for-owncloud/templates/authelia-client-conf-web.json.j2 @@ -26,7 +26,7 @@ "grant_types": [ "authorization_code", "refresh_token" - ] + ], "access_token_signed_response_alg": "none", "userinfo_signed_response_alg": "none", "token_endpoint_auth_method": "none"