sso.md 2.5 KB


title: "Configure single sign-on (SSO)" description: "Configure single sign-on (SSO) using SAML or Open ID Connect as an additional layer of account security." aliases:

  • /manage/sso/
  • /manage/access-control/sso/ menu: main: parent: user-service-accounts weight: 15 ---

As an administrator of a Materialize organization, you can configure single sign-on (SSO) as an additional layer of account security using your existing SAML- or OpenID Connect-based identity provider. This ensures that all users can securely log in to the Materialize console using the same authentication scheme and credentials across all systems in your organization.

{{< note >}} Single sign-on in Materialize only supports authentication into the Materialize console. Permissions within the database are handled separately using role-based access control. {{</ note >}}

Before you begin

To make Materialize metadata available to Datadog, you must configure and run the following additional services:

  • You must have an existing SAML- or OpenID Connect-based identity provider.
  • Only users assigned the OrganizationAdmin role can view and modify SSO settings.

Configure authentication

{{< tabs >}} {{< tab "OpenID Connect" >}}

  • Click Add New and choose the OpenID Connect connection type.

  • Add the issuer URL, client ID, and secret key provided by your identity provider.

{{< /tab >}} {{< tab "SAML" >}}

  • Click Add New and choose the SAML connection type.

  • Add the SSO endpoint and public certificate provided by your identity provider.

{{< /tab >}} {{< /tabs >}}

  • Optionally, add the SSO domain provided by your identity provider. Click Proceed.

  • Select Organization Admin or Organization Member, depending on the level of console access the user needs:

    • Organization Admin: can perform adminstration tasks in the console, like inviting new users, editing account and security information, or managing billing. Admins have superuser privileges in the database.

    • Organization Member: can login to the console and has restricted access to the database, depending on the privileges defined via role-based access control (RBAC).