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

inconsistency with sp_private_key and sp_certificate values #9

Closed
JLarky opened this issue Apr 9, 2014 · 1 comment
Closed

inconsistency with sp_private_key and sp_certificate values #9

JLarky opened this issue Apr 9, 2014 · 1 comment

Comments

@JLarky
Copy link
Contributor

JLarky commented Apr 9, 2014

I see in some places those options can be undefined, but in others none. My usecase is to not use sp_private_key, but if I set it to undefined, but it becomes none and later check done for not (SP#esaml_sp.key =:= undefined) and it fails fails

@arekinath
Copy link
Owner

I know it might be a lot of trouble, and perhaps comes too late for you, but this should be fixed on the new API in the "develop" branch. There's a lot more documentation and examples in there, too.

Rather than having multiple places that deal with this now, there's just the esaml_sp record, and if you leave it without a key and certificate they will default to undefined and everything should deal with that.

I've tested with the examples/sp code, just commenting out the key = .. and certificate = .. lines and it seems to generate unsigned metadata and authnrequests fine.

zvoykish added a commit to zvoykish/esaml that referenced this issue Aug 3, 2017
TS-3551 - Platform Stabilization - Implement the consistent status en…
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