Hello James,
Thank you for your answer. I use open authentication and my script now is in a local server. I call this script from user.py (in lib/galaxy/webapps/galaxy/controllers) and return to me the email of a user in other platform. My script is auth.py (in local server, cgi enable to run in a web browser). Since i want to remove this script from my local server, I want to move it under galaxy. I want a way to call this script from user.py not as an external link, but as a function inside galaxy. Is that more precise?
What do you propose?