Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to configure the DigestMethod attribute of a signed AuthnRequest #147

Closed
gsvitak opened this issue Jun 11, 2016 · 1 comment
Closed

Comments

@gsvitak
Copy link

gsvitak commented Jun 11, 2016

Hello,

Does the toolkit currently support the ability to configure the DigestMethod of a signed request? I am trying to use the library with an HTTP-Post SSO binding for an SP initiated flow.

It appears that the only current support is sha1 and it is hard coded.

<ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>

I would love to be able to configure the security settings json for DigestMethod similar to the Signature settings so we could allow for the following

<ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>

Any ideas on how to make this work? I am willing to work on PR but not sure how much work it would be or if the PR would be useful to others.

Thanks
Greg

@pitbulk
Copy link
Contributor

pitbulk commented Jun 12, 2016

As mentioned on 146 there is no support for HTTP-Post SSO binding for an SP initiated flow.

Currently the HTTP-Redirect method supports DSA_SHA1, RSA_SHA1, RSA_SHA256, RSA_SHA384 and RSA_SHA512 configured with the signatureAlgorithm parameter

@pitbulk pitbulk closed this as completed Sep 19, 2016
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

No branches or pull requests

2 participants