laravel-saml2 icon indicating copy to clipboard operation
laravel-saml2 copied to clipboard

is this working with SHA256 algo?

Open techmatevaibhav opened this issue 6 years ago • 1 comments

techmatevaibhav avatar Jan 03 '18 19:01 techmatevaibhav

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',

sameer1750 avatar Mar 01 '18 15:03 sameer1750