diff --git a/samlsp/new.go b/samlsp/new.go index 81fa75f6..4efb3e3d 100644 --- a/samlsp/new.go +++ b/samlsp/new.go @@ -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 = "" }