Fire Insights SAML Okta Configuration

Fire Insights can be configured with SAML 2.0 Okta as below.

Go to folder conf/okta.saml.properties file:

Add below information from newly created application in oneLogin:

  1. Enable sso in sparkflows:

    sparkflows.sp.sso.enable=true
    
  2. Create user locally in application if user doesn’t exist in Fire Insights, otherwise app will show page ‘User not found’:

    sparkflows.sp.auto.user.create=true
    
  3. Copy Okta config info

# Identifier of the SP entity  (must be a URI) Audience URI
saml2.sp.entityid=https://localhost:8443/sparkflow/saml/metadata
# Algorithm that the toolkit will use on signing process
saml2.security.signature_algorithm=http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
sso
  1. Right click on identity provider metadata and select Copy link address
#Metadata url of identity provider
saml2.idp.metadata-url=https://dev-514411.okta.com/app/exk6sc27dyq4istqO357/sso/saml/metadata
sso
  1. Capture Issuer url
sso
sso

Note

Make sure to change localhost to your domain name or your ip