zendesk / samlr

Clean room implementation of SAML for Ruby
Apache License 2.0
30 stars 12 forks source link

Implement signed AuthnRequests #14

Open johnthethird opened 9 years ago

johnthethird commented 9 years ago

This patch implements signing of SAML requests, using the much simpler process of signing the URL instead of embedded signatures in the XML.

This patch has been tested with Microsoft ADFS, which can be set to require signed requests via the PowerShell

Add-PSSnapin Microsoft.Adfs.PowerShell
Set-ADFSRelyingPartyTrust -TargetName “YourNameHere" -SignedSamlRequestsRequired $true  
steved commented 9 years ago

Thanks!

ccastan1 commented 8 years ago

what's the status of this PR?