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

ERR_METADATA_CONFLICT_REQUEST_SIGNED_FLAG #453

Open
OscarJVD opened this issue Sep 22, 2021 · 2 comments
Open

ERR_METADATA_CONFLICT_REQUEST_SIGNED_FLAG #453

OscarJVD opened this issue Sep 22, 2021 · 2 comments
Labels

Comments

@OscarJVD
Copy link

^ Error: ERR_METADATA_CONFLICT_REQUEST_SIGNED_FLAG
I've this error
The error is from the SP or IDP?
How I can solve this error?
Already I tested multiples metadata but it doesn't work
:(

@tngan
Copy link
Owner

tngan commented Sep 26, 2021

@OscarJVD It's because there is a conflict between IdP and SP configuration. Make sure isAuthnRequestSigned in SP metadata is same as isWantAuthnRequestsSigned in IdP metadata.

    if (this.entityMeta.isAuthnRequestSigned() !== idp.entityMeta.isWantAuthnRequestsSigned()) {
      throw new Error('ERR_METADATA_CONFLICT_REQUEST_SIGNED_FLAG');
    }

@tngan tngan added the question label Sep 26, 2021
@LucasSegersFabro
Copy link

disclaimer: new to SAML protocol

hey, wouldn't the following scenario be valid?

  • my application as a SP can sign it's requests
  • the IDP doesn't require the requests to be signed

=

  • application generates signed requests
  • idp doesnt validate signatures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants