Skip to content

Conversation

@johnthethird
Copy link
Contributor

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  

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need to dup the params

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

params is mutated a few lines down

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.delete, yep. good call.

@steved
Copy link
Contributor

steved commented Dec 2, 2014

Thanks!

@ccastan1
Copy link

ccastan1 commented Jun 9, 2016

what's the status of this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants