1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

fix(SSO): Fixed URIs for alternate signing algorithms (#15404)

This commit is contained in:
Todd Martin
2025-07-10 17:11:55 -04:00
committed by GitHub
parent 2f1ab48c37
commit 3e6fd9fc15

View File

@@ -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(