From 3e6fd9fc15b52c5e1d09b903748a31f1ffc84b34 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:11:55 -0400 Subject: [PATCH] fix(SSO): Fixed URIs for alternate signing algorithms (#15404) --- bitwarden_license/bit-web/src/app/auth/sso/sso.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitwarden_license/bit-web/src/app/auth/sso/sso.component.ts b/bitwarden_license/bit-web/src/app/auth/sso/sso.component.ts index f0761757c65..fd56e7d4afc 100644 --- a/bitwarden_license/bit-web/src/app/auth/sso/sso.component.ts +++ b/bitwarden_license/bit-web/src/app/auth/sso/sso.component.ts @@ -65,8 +65,8 @@ export class SsoComponent implements OnInit, OnDestroy { readonly samlSigningAlgorithms = [ "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/2001/04/xmldsig-more#rsa-sha384", + "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512", ]; readonly samlSigningAlgorithmOptions: SelectOptions[] = this.samlSigningAlgorithms.map(