SSO & SAML
This page describes configuring Lenses with SSO via SAML 2.0 protocol.
Enable TLS (SSL) for Lenses HTTPS.
Create a keystore for SAML.
Choose your identity provider (IdP):
Set the following in the security.conf
lenses.security.saml.keystore.location = "/path/to/lenses.p12"
lenses.security.saml.keystore.password = "my_password"
lenses.security.saml.key.password = "my_password"
Last updated
Was this helpful?