[galaxy-dev] SAML Authentication

2020-03-07 Thread Keith Suderman
We are (finally) adding SAML authentication to our Galaxy instance so users can authenticate with EduGain (EU) or InCommon (US). While doing some searching I found an article that says, "Galaxy supports LDAP, SAML and now OIDC (see https://galaxyproject.org/authnz/

Re: [galaxy-dev] SAML Authentication ala OpenID

2017-03-04 Thread Keith Suderman
Sadly, providing an authenticator in galaxy/auth/providers does not look like it will not work for SAML authentication since the authenticator is invoked after the user has already been prompted for a username and password. Rather it looks like I will need to use the approach used for OpenID au

Re: [galaxy-dev] SAML Authentication

2017-02-27 Thread Hendrickson, Curtis (Campus)
v [mailto:galaxy-dev-boun...@lists.galaxyproject.org] On Behalf Of Keith Suderman Sent: Monday, February 27, 2017 11:34 AM To: Galaxy Dev List Subject: [galaxy-dev] SAML Authentication Is anyone using SAML for authentication? There is a feature request for SAML support on GitHub ( https://github.com/galaxyproject/gal

Re: [galaxy-dev] SAML Authentication

2017-02-27 Thread Björn Grüning
This all seems correct and I own you so many beers if you get this implemented! :) Am 27.02.2017 um 18:34 schrieb Keith Suderman: > Is anyone using SAML for authentication? There is a feature request for > SAML support on GitHub ( > https://github.com/galaxyproject/galaxy/issues/3146), but it doe

[galaxy-dev] SAML Authentication

2017-02-27 Thread Keith Suderman
Is anyone using SAML for authentication? There is a feature request for SAML support on GitHub ( https://github.com/galaxyproject/galaxy/issues/3146), but it doesn't look like any work has been done. We need to add the ability for our users to authenticate with a SAML identity provider (IdP),