Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.04 KB

SAML2 Auth for Sentry

DEPRECATED: This project now lives in sentry

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

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 for individual SAML Identity Provider configurations.

Refer to the Enabling SSO documentation for what feature flags to enable for this plugin.