Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Tutorials
    • All tutorials
    • Differentiation of access permissions for user groups
    • Inviting a new user and assigning roles
    • Creating an L7 load balancer with a Smart Web Security profile through an Application Load Balancer ingress controller
    • Creating a distributed infrastructure with secure access
    • Centralized online publication and DDoS protection of applications
    • Basic SWS setup
    • Emergency L7 DDoS protection in Application Load Balancer
    • Delivering logs from a VM instance to Cloud Logging
    • Writing load balancer logs to PostgreSQL
    • Secure storage of GitLab CI passwords as Yandex Lockbox secrets
    • Service account with an OS Login profile for VM management via Ansible
    • Transferring logs from Container Optimized Image to Cloud Logging
    • Adding an HTML page to work with SmartCaptcha
    • Configuring alerts and dashboards in Monitoring
    • Exporting audit logs to MaxPatrol SIEM
    • Uploading audit logs to Splunk SIEM
    • Uploading audit logs to ArcSight SIEM
    • Server-side encryption for an Object Storage bucket
    • Encrypting secrets in Hashicorp Terraform
    • Managing KMS keys with Hashicorp Terraform
    • Auto Unseal in Hashicorp Vault
      • Grafana OSS
      • 1C:Enterprise
      • Zabbix
      • Yandex 360
      • Managed Service for OpenSearch
      • OpenSearch
      • Managed Service for GitLab
      • Selectel
      • SonarQube
      • OpenVPN Access Server
      • Sentry
      • Using OAuth2 Proxy for applications not supporting SSO
    • Transferring a Yandex MPP Analytics for PostgreSQL cluster's logs to Yandex Cloud Logging
    • Obtaining the information you need to request the Russian Ministry of Digital Development to whitelist a resource
    • Uploading objects into an Object Storage bucket using an ephemeral access key

In this article:

  • Create an app in Identity Hub
  • Set up the integration
  • Set up the SAML application in Yandex Identity Hub
  • Configure authentication on the Sentry side
  • Add a user
  • Make sure your application works correctly
  1. Security
  2. Setting up single sign-on (SSO) for apps
  3. Sentry

Creating a SAML app in Yandex Identity Hub for integration with Sentry

Written by
Yandex Cloud
Updated at March 18, 2026
  • Create an app in Identity Hub
  • Set up the integration
    • Set up the SAML application in Yandex Identity Hub
    • Configure authentication on the Sentry side
    • Add a user
  • Make sure your application works correctly

Sentry is a real-time error monitoring and tracking platform for applications allowing developers to quickly detect, diagnose, and fix failures and performance issues.

To allow your organization's users to authenticate in Sentry via SAML SSO, create a SAML app in Identity Hub and configure it in Identity Hub and in Sentry.

SAML apps can be managed by users with the organization-manager.samlApplications.admin role or higher.

Note

For SAML integration, your Sentry instance must have a public domain and a valid SSL certificate in place.

For your organization's users to be able to access Sentry:

  1. Create an app in Identity Hub.
  2. Set up the integration.
  3. Make sure the application works correctly.

Create an app in Identity HubCreate an app in Identity Hub

Cloud Center UI
  1. Log in to Yandex Identity Hub.
  2. In the left-hand panel, select Apps.
  3. In the top-right corner, click Create application and in the window that opens:
    1. Select the SAML (Security Assertion Markup Language) single sign-on method.

    2. In the Name field, specify a name for your new app: sentry-app.

    3. Optionally, in the Description field, enter a description for the new app.

    4. Optionally, add labels:

      1. Click Add label.
      2. Enter a label in key: value format.
      3. Press Enter.
    5. Click Create application.

  4. Save the Metadata URL value, you will need it at the next step.

Set up the integrationSet up the integration

Set up the SAML application in Yandex Identity HubSet up the SAML application in Yandex Identity Hub

Find the organization slugFind the organization slug

To set up endpoints, you need the organization slug, which is set to sentry by default. To find the slug of your organization:

  1. Log in to Sentry.
  2. In the left-hand menu, click Settings.
  3. On the Organization tab, select General Settings.
  4. Copy the Organization Slug field value.

Set up service provider endpointsSet up service provider endpoints

Cloud Center UI
  1. Log in to Yandex Identity Hub.
  2. In the left-hand panel, select Apps and then, the SAML app.
  3. At the top right, click Edit and in the window that opens:
    1. In the **SP EntityID ** field, paste the <sentry_instance_address>/saml/metadata/<organization_slug>/ value.
    2. In the ACS URL field, paste the <sentry_instance_address>/saml/acs/<organization_slug>/ value.
    3. Optionally, in the SP Logout URL field, paste the <sentry_instance_address>/saml/sls/<organization_slug>/ value.
    4. Click Save.

Configure authentication on the Sentry sideConfigure authentication on the Sentry side

  1. Log in to Sentry as a user with the organization owner permissions.
  2. In the left-hand menu, click Settings.
  3. On the Organization tab, select Auth.
  4. From the list of providers, select SAML2.
  5. Click Configure.
  6. In the Metadata URL field, enter the metadata file address you copied earlier.
  7. Click Get metadata.
  8. Under Map Identity Provider Attributes, fill out the following fields:
    • In the IdP User ID field, enter fullname.
    • In the User Email field, enter emailaddress.
    • Optionally, in the First Name field, enter givenname.
    • Optionally, in the Last Name field, enter surname.
  9. Click Save Settings.

Add a userAdd a user

For your organization's users to be able to authenticate in Sentry with Identity Hub's SAML app, you need to explicitly add these users and/or user groups to the SAML application.

Note

Users and groups added to a SAML application can be managed by a user with the organization-manager.samlApplications.userAdmin role or higher.

  1. Add users to the application:

    Cloud Center UI
    1. Log in to Yandex Identity Hub.
    2. In the left-hand panel, select Apps and select the required app.
    3. Navigate to the Users and groups tab.
    4. Click Add users.
    5. In the window that opens, select the required user or user group.
    6. Click Add.

Make sure your application works correctlyMake sure your application works correctly

To make sure both your SAML app and Sentry integration work correctly, authenticate to Sentry as one of the users you added to the app. Proceed as follows:

  1. In your browser, navigate to your Sentry instance's address.
  2. On the authentication page, click Login with SAML2.
  3. On the Yandex Cloud authentication page, enter the user email address and password. The user or group they belong to must be added to the application. The user must also have their email address specified.
  4. Make sure you have successfully authenticated in Sentry.

Was the article helpful?

Previous
OpenVPN Access Server
Next
Using OAuth2 Proxy for applications not supporting SSO
© 2026 Direct Cursus Technology L.L.C.