Fire Insights SAML oneLogin Configuration¶
Fire Insights can be Configured with SAML 2.0 OneLogin as below.
Go to folder conf/sso.saml.properties file:
Add below information from newly created application in oneLogin:
Enable sso in sparkflows:
sparkflows.sp.sso.enable=true
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
Metadata url of identity provider.
saml2.idp.metadata-url=https://sparkflows-dev.onelogin.com/saml/metadata/5f5d16a1-07d1-4167-a305-489d2ee0b18b
- Identifier of the SP entity (must be a URI) Audience URI
saml2.sp.entityid=https://localhost:8443/sparkflow/saml/metadata
- Identifier of the IdP entity (must be a URI)
saml2.idp.entityid=https://app.onelogin.com/saml/metadata/5f5d16a1-07d1-4167-a305-489d2ee0b18b
- Algorithm that the toolkit will use on signing process.
saml2.security.signature_algorithm=http://www.w3.org/2001/04/xmldsig-more#rsa-sha1
Note
Make sure to change localhost to your domain name or your ip



