Skip to content

Commit

Permalink
settings: loosen up on strict parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhg11 committed May 3, 2024
1 parent 53b1f09 commit 73d48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/AngleOneLoginAzureSamlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function load(array $configs, ContainerBuilder $container): void
'wantMessagesSigned' => false,
'wantAssertionsSigned' => false,
'wantNameIdEncrypted' => false,
'requestedAuthnContext' => true,
'requestedAuthnContext' => false,
'signMetadata' => false,
'wantXMLValidation' => true,
'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
Expand Down

0 comments on commit 73d48cd

Please sign in to comment.