sentry-auth-authsch

AuthSCH SSO integration for Sentry


License
BSD-2-Clause
Install
pip install sentry-auth-authsch==1.0.1

Documentation

AuthSCH SSO provider for Sentry

An SSO provider for Sentry which enables AuthSCH authentication.

This work is relying on sentry's internal OAuth2 implementation and inspired by Google SSO provider for Sentry.

Install

$ pip install sentry-auth-authsch

Setup

Create a new OAuth Client on the developer console of AuthSCH.

For redirect uri, add the SSO endpoint of your installation:

https://sentry.example.com/auth/sso/

Put your client id and secret into your sentry.conf.py:

AUTHSCH_CLIENT_ID = ""

AUTHSCH_CLIENT_SECRET = ""