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:
@@ -65,8 +65,8 @@ export class SsoComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
readonly samlSigningAlgorithms = [
|
readonly samlSigningAlgorithms = [
|
||||||
"http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
|
"http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
|
||||||
"http://www.w3.org/2000/09/xmldsig#rsa-sha384",
|
"http://www.w3.org/2001/04/xmldsig-more#rsa-sha384",
|
||||||
"http://www.w3.org/2000/09/xmldsig#rsa-sha512",
|
"http://www.w3.org/2001/04/xmldsig-more#rsa-sha512",
|
||||||
];
|
];
|
||||||
|
|
||||||
readonly samlSigningAlgorithmOptions: SelectOptions[] = this.samlSigningAlgorithms.map(
|
readonly samlSigningAlgorithmOptions: SelectOptions[] = this.samlSigningAlgorithms.map(
|
||||||
|
|||||||
Reference in New Issue
Block a user