SSO Using SAML
Set up SAML in Okta
Create the application in Okta
Assign users to the app
Set up sign-on
Log in
Last updated
This guide uses Okta to show the SAML setup flow. Most SAML providers follow similar steps.
In Okta, in Configure SAML, map these values:
Copy Service Provider SSO Callback URL from Luciq to Single sign-on URL in Okta.
Copy Service Provider Entity ID from Luciq to Audience URI (SP Entity ID) in Okta.
Leave Default RelayState empty.
Set Name ID format to EmailAddress.
Set Application username to email.
Click Next.
Set up either a certificate or a fingerprint.
Download the Okta certificate from View Setup Instructions.
In Luciq, in Account Management → Identity access management, open Configure SAML SSO.
Select Certificate, then upload the certificate.

Copy Identity Provider Single Sign-On URL from View Setup Instructions to SAML/idP metadata URL in Luciq.
Change directory to where you downloaded the certificate.
Run openssl x509 -noout -fingerprint -sha1 -inform pem -in okta.cert.
Copy the fingerprint value. It should look similar to F4:95:55:6E:97:D7:B6:26:56:3C:D0:4D:A0:D3:E4:05:B3:11:FF:B7.
In Luciq, in Account Management → Identity access management, open Configure SAML SSO.
Select Fingerprint, then enter:
Identity Provider Certificate Fingerprint = fingerprint from the terminal.
Identity Provider Certificate Fingerprint Algorithm = SHA1.
SAML/idP metadata URL = Identity Provider Single Sign-On URL from View Setup Instructions.
Before logging in with SSO, make sure the email is already invited to the company. If you want Okta to create accounts automatically, see SCIM Provisioning.
To enable SAML or OAuth for the whole company, log in with SSO at least once after setup.
After that, members can no longer log in with email and password.
If you disable SSO and then enable it again, it applies to the whole company immediately. You do not need to log in with SSO first.
Last updated