OneLogin Integration

OneLogin Integration

Overview


This document outlines all the information needed / provisioned  for Uptycs to configure OneLogin authentication


Setup on the your side


1. ACS (Consumer) URL Validator* : https://<domain>.uptycs.io/saml/callback

2. ACS (Consumer) URL* : https://<domain>.uptycs.io/saml/callback


Example of setting app for SSO:

https://success.highfive.com/hc/en-us/articles/206316566-Configuring-Single-Sign-On-with-OneLogin


Provide following information to Uptycs from OneLogin


Share following information with Uptycs:

  1. SAME_ENTRY_POINT
  2. SAML_ISSUER


Example

{
"SAML_PATH":"/saml/callback",
"SAML_ISSUER":"https://<domain>.onelogin.com/saml/metadata/f6e50f80-ede7-4443-979e-c85093a66418",
"SAML_ENTRY_POINT":"https://jitloom-dev.onelogin.com/trust/saml2/http-post/sso/956711"
}

If it's encrypted communication, then please share following:

  1. signatureAlgorith example "sha256"
  2. cert : onelogin.pem
  3. privateCert: decryption.key
  4. decryptionPvk: decryption.key


Example
{
"SAML_PATH":"/saml/callback",
"SAML_ISSUER":"https://<domain>.onelogin.com/saml/metadata/f6e50f80-ede7-4443-979e-c85093a66418",
"SAML_ENTRY_POINT":"https://jitloom-dev.onelogin.com/trust/saml2/http-post/sso/956711",
"signatureAlgorithm":"sha256",
"cert":"/Users/apple/Documents/onelogin.pem",
"privateCert":"/Users/apple/Documents/decryption.key",
"decryptionPvk":"/Users/apple/Documents/decryption.key"
}
    • Related Articles

    • LDAP Integration

      Overview This document outlines all the information needed from the customer for Uptycs to configure LDAP authentication Required Information            Parameter     Example URL                "ldaps://ldap.testcloud.com:636" BindDN .     ...
    • Uptycs alert integration with Rocket Chat

      Following is a step by step ReadMe for integration of Uptycs alert with Rocket Chat https://github.com/Uptycs/toolsreadme/blob/master/rocketchat.md
    • Auth0 Integration

      Overview This document outlines steps / information needed  to configure Auth0 authentication Procedure Create Uptycs Application Provision "Allowed Callback URLs", "Allowed Web Origins" Note : Replace <domain> with the actual domain. Enable SAML2 ...
    • Demisto - Security Orchestration

      Integrate Uptycs into your Security Orchestration, Automation, and Response architecture using Demisto. Access a full repertoire of Uptycs "actions" directly from within Demisto, and integrate Uptycs actions into your playbooks with simple drag and ...
    • Create Jira Tickets from Uptycs Alerts

      This python module allows you to create Jira tickets from Uptycs alerts.  Usage: ./uptjira.py <uptycs_apikey_file> [--domainsuffix <uptycs_domain>] The --domainsuffix flag is only required for uptycs domains other than '.uptycs.io' This python script ...