Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Trouble with SSO authentication: response from OneLogin isn't valid #956

@EmptyLaughter

Description

@EmptyLaughter

Please make sure that you have checked the boxes:

  • Review the Quickstart guide
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions