Re: [galaxy-dev] Modifying OpenID providers
Hi Nikolai, It's best to send questions directly to the mailing list, so they reach the widest audience and the right people. There are some responses below: Nikolai Vazov wrote:
Hi, Nate,
You helped me install Galaxy with a DB hosted on a remote server via SSL connection. Thanks a lot again for your help.
I have been struggling to add OpenID providers to Galaxy, but have not been very successful. I have some questions:
1) Where are the variables (OpenID providers) in the dropdown menu stocked? In a file, the DB? The template (login.mako) has a line
<%def name="render_openid_form( referer, auto_associate, openid_providers )">
but the where are the date for openid_providers (I am a newby in python ...)
2) In which files do you configure them?
The list is hardcoded in: lib/galaxy/web/controllers/user.py These should ultimately be moved to a configuration file.
3) The provider I want to add uses SAML 2.0, which is the package I need for python? pysaml2.0?
I haven't worked with SAML before so unfortunately I can't be of much help here. --nate
Thank you for your help
Nikolai
-- Nikolay Vazov, PhD Research Computing Centre - http://hpc.uio.no USIT, University of Oslo
participants (1)
-
Nate Coraor