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

Signature validation failed. SAML Response rejected #399

Open
Jie-YangZeng opened this issue May 30, 2023 · 1 comment
Open

Signature validation failed. SAML Response rejected #399

Jie-YangZeng opened this issue May 30, 2023 · 1 comment

Comments

@Jie-YangZeng
Copy link

Hello, I created a java project according to Onelogin's SSO document "Code Your Java App to Provide SSO via OneLogin".

There is successful access to the Idp authentication page

image

However, after verifying the password, it cannot jump to SP smoothly and the following error message will pop up

image

I would like to ask if there are any suggestions about this error

@pitbulk
Copy link
Contributor

pitbulk commented Jun 7, 2023

Signature validation error means that the java-saml was not able to validate the Signature inside the Message/Assertion.

The most typical case is that you have not registered the right IdP x509 public cert on the java-saml setting.

onelogin.saml2.idp.x509cert

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