# sentry-auth-saml2 **Repository Path**: mirrors_getsentry/sentry-auth-saml2 ## Basic Information - **Project Name**: sentry-auth-saml2 - **Description**: SAML2 SSO provider for Sentry - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SAML2 Auth for Sentry DEPRECATED: This project now lives in [sentry](https://github.com/getsentry/sentry/tree/master/src/sentry/auth/providers/saml2) *Note:* SAML2 Authenttication is still currently an experimental feature. An SSO provider for Sentry which enables SAML SSO and SLO support, including various identity provider support. The following identity providers are supported * [OneLogin](https://www.onelogin.com/) * [Okta](https://www.okta.com/) * [Auth0](https://auth0.com/) * [Rippling](https://rippling.com/) A generic SAML2 module is also provided, which may be configured with any Identity Provider that conforms to the SAML2 specification. ## Install ``` $ pip install https://github.com/getsentry/sentry-auth-saml2/archive/master.zip ``` ## Configuration Refer to the Sentry [Single Sign-On documentation](https://docs.sentry.io/learn/sso/) for individual SAML Identity Provider configurations. Refer to the [Enabling SSO documentation](https://docs.sentry.io/server/sso/#enabling-sso) for what feature flags to enable for this plugin.