You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2021. It is now read-only.
Search for both open and closed issues regarding the problem you are experiencing
For permissions issues (Access Denied and credential related errors), please refer to the requisite docs before submitting an issue: AWS, GCP, OpenStack, GitHub
Description of issue:
I've set up the env-config/config.py file with the IdP values, and provided the SP values to the OneLogin test connector. I can see my app via my OneLogin portal, but when I try to access it, I get the following errors:
Error from log file: ERROR: Error processing invalid_response
Error message from webpage: {"message": "OneLogin authentication failed."}
After looking at the code in which these error messages have come from, I looked at the OneLogin python libraries to find that the cause is because of the response that I get back from OneLogin. The SP side is rejecting the IdP's response. I sniffed the SAML traffic to see the values sent back from the IdP, but I can't determine what's wrong with it (Destination, SignatureValue, x509Certificate, etc. are provided)
If anyone has integrated Security Monkey with OneLogin and has insight on what could be preventing the SSO verification, it would be appreciated.
Please make sure that you have checked the boxes:
AWS, GCP, OpenStack, GitHub
Description of issue:
I've set up the env-config/config.py file with the IdP values, and provided the SP values to the OneLogin test connector. I can see my app via my OneLogin portal, but when I try to access it, I get the following errors:
Error from log file:
ERROR: Error processing invalid_responseError message from webpage:
{"message": "OneLogin authentication failed."}After looking at the code in which these error messages have come from, I looked at the OneLogin python libraries to find that the cause is because of the response that I get back from OneLogin. The SP side is rejecting the IdP's response. I sniffed the SAML traffic to see the values sent back from the IdP, but I can't determine what's wrong with it (Destination, SignatureValue, x509Certificate, etc. are provided)
If anyone has integrated Security Monkey with OneLogin and has insight on what could be preventing the SSO verification, it would be appreciated.