Set up single sign-on
If your organization manages user credentials through an identity provider, you can use either SAML or OIDC to set up single sign-on (SSO) access to the Chronosphere Telemetry Pipeline web interface.
SAML authentication
To set up SAML authentication through your identity provider, you must:
- Use the value
CONNECTION_NAMEfor your connection name. - Set the single sign-on URL to
https://sso.calyptia.com/login/callback?connection=CONNECTION_NAME. - Set the audience URI or SP entity ID to
urn:auth0:dev-15smjh-e:CONNECTION_NAME. - Include the attributes
name,email, andemail_verifiedin your SAML assertion:- Use the value
user.firstNamefor thenameattribute. - Use the value
user.emailfor theemailattribute. - Use the value
truefor theemail_verifiedattribute.
- Use the value
- Download an X.509 certificate from your identity provider.
After completing these tasks, notify Chronosphere that you’ve enabled a SAML connection, and include a copy of your X.509 certificate with your message.
OIDC authentication
To set up OIDC authentication through your identity provider, you must:
- Set the sign-in redirect URIs to
https://sso.calyptia.com/login/callbackandhttps://dev-15smjh-e.us.auth0.com/login/callback.
After completing this task, notify Chronosphere that you’ve enabled an OIDC connection.