cyverse / django-cyverse-auth

All Auth schemes, used in various capacities, for CyVerse installations. Designed to be added as a Django App.
Other
1 stars 11 forks source link

Does iplant support globus? #4

Closed wenbinmei closed 8 years ago

wenbinmei commented 8 years ago

Hi,

Does iplant support globus? Did not see on the iplant website, but found a python scripts support globus protocol ? Thanks.

-Wenbin

deardooley commented 8 years ago

You have support to gridftp, gsi openssh, myproxy, etc via the CyVerse Science APIs (Agave). If you need to use their transfer app or their identity provider, there no no current support for that in CyVerse. XSEDE would be your best bet.

— Rion

On Aug 15, 2016, at 7:07 PM, Wenbin Mei notifications@github.com wrote:

Hi,

Does iplant support globus? Did not see on the iplant website, but found a python scripts support globus protocol ? Thanks.

-Wenbin

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iPlantCollaborativeOpenSource/django-iplant-auth/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAv7MkeFd7y6bNG1oemIbNTDUeIiVCMvks5qgP8pgaJpZM4Jk5RJ.

steve-gregory commented 8 years ago

Hello @wenbinmei,

This repository helps connect similar authentication backends and login procedures between two Django services. In our case, Atmosphere and Troposphere

While we do support Globus, WSO2, CAS, LDAP and SAML (at some level or another), this is not an indication that those protocols are globally supported across iPlant.

Currently, we are not using Globus OAuth for iPlant.

This library is made public to help others who use Atmosphere as a service to authenticate their instances via globus..

Thanks for your interest. -Steve Gregory