First, thank you for your great job on integrating SAML2.
I suppose this feature is not in beta anymore and can be used on-premise installations? Is there something that needs to be done in that case, as installing
pip install sentry-plugins - works well, but when doing
pip install https://github.com/getsentry/sentry-auth-saml2/archive/master.zip - it's not showing up in plugins list and doesn't seem to be available in UI.
Sentry Version: 8.21.
I do see this plugin mentioned in /manage/status/packages/
Is there something else that needs to be done for it to work?
Hey,
First, thank you for your great job on integrating SAML2.
I suppose this feature is not in beta anymore and can be used on-premise installations? Is there something that needs to be done in that case, as installing
pip install sentry-plugins
- works well, but when doingpip install https://github.com/getsentry/sentry-auth-saml2/archive/master.zip
- it's not showing up inplugins list
and doesn't seem to be available in UI.Sentry Version: 8.21. I do see this plugin mentioned in
/manage/status/packages/
Is there something else that needs to be done for it to work?
I do have this in config:
Here a deps via pip installed:
Thank you!