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_NAME
for 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_verified
in your SAML assertion:- Use the value
user.firstName
for thename
attribute. - Use the value
user.email
for theemail
attribute. - Use the value
true
for theemail_verified
attribute.
- 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/callback
andhttps://dev-15smjh-e.us.auth0.com/login/callback
.
After completing this task, notify Chronosphere that you've enabled an OIDC connection.