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

What does wantAssertionsSigned / wantMessageSigned do #541

Open
LouisStairwage opened this issue May 15, 2024 · 0 comments
Open

What does wantAssertionsSigned / wantMessageSigned do #541

LouisStairwage opened this issue May 15, 2024 · 0 comments

Comments

@LouisStairwage
Copy link

Hi,

I noticed while testing the lib inside my application that whatever value was assigned to wantAssertionsSigned or wantMessageSigned the response would be accepted as long as there is a signature (whether the signature is for the message or the assertion).

Here are the results with the following values for respectively wantAssertionsSigned and wantMessageSigned :

  • true, true -> the response is rejected if there is no signature, the response is accepted whatever is signed
  • false, false -> same
  • true, false -> same
  • false, true -> same

Is this the expected behaviour of the lib ? What are these parameters for?

Thanks in advance!

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

1 participant