Skip to content

Commit

Permalink
Update the SignatureMethod to default to RSASHA256SignatureMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
rezen authored Nov 29, 2023
1 parent a32b643 commit e6afa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samlsp/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func DefaultServiceProvider(opts Options) saml.ServiceProvider {
if opts.ForceAuthn {
forceAuthn = &opts.ForceAuthn
}
signatureMethod := dsig.RSASHA1SignatureMethod
signatureMethod := dsig.RSASHA256SignatureMethod
if !opts.SignRequest {
signatureMethod = ""
}
Expand Down

0 comments on commit e6afa05

Please sign in to comment.