Skip to content

Commit

Permalink
Set Default Redirect Signature Algorithm to sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jan 8, 2024
1 parent 12afa9a commit 5ba4c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Net/SAML2/Binding/Redirect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Supported:
sha256, sha224, sha384, sha512 and sha1
Defaults to C<sha1>. This will change to C<sha256> in a future release.
Defaults to C<sha256>.
=item B<debug>
Expand All @@ -109,7 +109,7 @@ has 'sig_hash' => (
isa => signingAlgorithm,
is => 'ro',
required => 0,
default => 'sha1' #FIXME: Change default to sha256
default => 'sha256'
);

has debug => (
Expand Down

0 comments on commit 5ba4c33

Please sign in to comment.