This page will guide us through the steps required to integrate Google SSO into Lenses.
Learn more about Google custom attributes
Learn how to create groups to manage permissions with Lenses
Learn more about Google custom SAML apps
Given the base URL of the Lenses installation, e.g. https://lenses-dev.example.com, fill out the settings:
https://lenses-dev.example.com
base url
https://lenses-dev.example.com/api/v2/auth/saml/callback?client_name=SAML2Client
UNSPECIFIED
Basic Information > Primary Email
groups
Given the downloaded metadata file and a keystore, add the following configuration to security.conf:
security.conf
lenses.security.saml.base.url="https://lenses-dev.example.com" lenses.security.saml.idp.provider="google" lenses.security.saml.idp.metadata.file="/path/to/GoogleIDPMetadata.xml" lenses.security.saml.keystore.location = "/path/to/keystore.jks" lenses.security.saml.keystore.password = "my_keystore_password" lenses.security.saml.key.password = "my_saml_key_password"
Google SSO should now be fully activated.
See all SSO options.
On this page