laravel-saml2
laravel-saml2 copied to clipboard
is this working with SHA256 algo?
Add the following in security settings
'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256', 'digestAlgorithm' => 'http://www.w3.org/2001/04/xmlenc#sha256',