Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SAML logins #1274

Closed
tarkatronic opened this issue Sep 12, 2014 · 5 comments
Closed

Allow SAML logins #1274

tarkatronic opened this issue Sep 12, 2014 · 5 comments

Comments

@tarkatronic
Copy link

I would like to be able to provision users in our Sentry application via SAML, rather than having to go in and manually create users. I'm currently doing this, for example, with AWS. Everybody uses the same link to go to our AWS console, is automatically logged in, and is given permissions depending on group membership defined in our SAML provider (in this case, LastPass.)

@jaysoffian
Copy link
Contributor

You can do this by overridding the user class... you' may need to write your own, though there is probably something that already works with django. I sent in a patch a couple weeks ago that will then let you tell sentry that such users are externally managed, which will disable their ability to edit their username, password, etc from within sentry.

@jaysoffian
Copy link
Contributor

You'll have to do some digging, but it should be doable:

http://stackoverflow.com/questions/22668434/saml-with-django-authentication

@jaysoffian
Copy link
Contributor

Yeah, I think using djangosaml2 and jaysoffian@c5f224a you can do what you want.

@tarkatronic
Copy link
Author

Ah, I should have mentioned, I was hoping that this would be possible on hosted Sentry.

Sooooo.... I'm guessing that's a no, then? :-)

@dcramer
Copy link
Member

dcramer commented Jan 5, 2015

Closing in favor of GH-1372 which is now actively being worked on

@dcramer dcramer closed this as completed Jan 5, 2015
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants