-
-
Notifications
You must be signed in to change notification settings - Fork 569
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
Problem parsing a metadata file #401
Comments
That happens because different IdP cert is used to sign and encrypt, and now we support different certs for each functionality. You will be ok using directly idp_cert_multi on the settings (idp_cert and idp_certifingerprint will be ignored then). Review the documentation about this new feature |
Hi! Our settings look like this:
But we still get this error: If I understand correctly it should ignore |
Yes, we also have the same issue. We get:
even though our settings file looks like this:
Please look into this as it's pretty clear that is_valid? runs validate method, and first line of validate method is: https://github.com/onelogin/ruby-saml/blob/52472021725be64e25bed93cbba2259717ed573b/lib/onelogin/ruby-saml/response.rb#L410-L420 |
You are right, I will fix that |
Thanks, appreciated! |
Fixed with #402 |
We have a metadata file that we are trying to parse with
get_idp_metadata
but it fails to returnidp_cert
andidp_cert_fingerprint
. It does returnidp_cert_multi
however.Here is the metadata file: https://login.lararforbundet.se/federationmetadata/2007-06/federationmetadata.xml
The text was updated successfully, but these errors were encountered: