From 2ac8e27b319a3873ace0ea418f1c51d5b4c08b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Tom=C3=A9?= <108268980+r-tome@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:38:26 +0000 Subject: [PATCH] [EC-277] Remove SHA-1 encryption from SSO Outbound and Minimum Signing Algorithm lists (#4212) --- .../bit-web/src/app/organizations/manage/sso.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bitwarden_license/bit-web/src/app/organizations/manage/sso.component.ts b/bitwarden_license/bit-web/src/app/organizations/manage/sso.component.ts index a03afe5d24..7bfab7fb50 100644 --- a/bitwarden_license/bit-web/src/app/organizations/manage/sso.component.ts +++ b/bitwarden_license/bit-web/src/app/organizations/manage/sso.component.ts @@ -49,7 +49,6 @@ export class SsoComponent implements OnInit, OnDestroy { "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256", "http://www.w3.org/2000/09/xmldsig#rsa-sha384", "http://www.w3.org/2000/09/xmldsig#rsa-sha512", - "http://www.w3.org/2000/09/xmldsig#rsa-sha1", ]; readonly saml2SigningBehaviourOptions: SelectOptions[] = [