Thanks! I was able to log in to the test drive, but I'm not able to access any features (projects, experiments, etc) - is there some flag that needs to be set for my account? ([email protected])
I'll look into using OAuth in my application. On Tue, Oct 13, 2015 at 11:43 AM, Supun Nakandala <[email protected] > wrote: > Alternatively for authentication you can use OAuth based login which users > REST calls. To enable that you need to set the authentication mode to > ''oauth" in pga_config.php > > On Tue, Oct 13, 2015 at 11:40 AM, Supun Nakandala < > [email protected]> wrote: > >> Hi John, >> >> For the certificate issue you need to use >> https://dev.testdrive.airavata.org/portal/master/public/ instead >> test-drive. For the login issue you need to append the tenant domain in IS >> after your user name ([email protected]). >> >> For authenticating users we are using WSO2 Identity Server and the >> communication is done over SOAP messages. For simple authentication you can >> use the RemoteUserStoreManagerService. You can find the WSDL for that >> service at >> https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl >> >> On Tue, Oct 13, 2015 at 11:36 AM, John Weachock <[email protected]> >> wrote: >> >>> Hello devs, >>> >>> I've been working on a Python-based alternative web client (similar to >>> the PGA) and was wondering if anyone could give me any pointers on how to >>> authenticate a username / password with Airavata in order to log in. >>> >>> Additionally, on >>> https://dev.test-drive.airavata.org/portal/master/public/, I'm getting >>> HTTPS certificate errors, and I'm also unable to log in. Does anyone know >>> why I can't log in? >>> >>> Thanks! >>> >> >> >> >> -- >> Thank you >> Supun Nakandala >> Dept. Computer Science and Engineering >> University of Moratuwa >> > > > > -- > Thank you > Supun Nakandala > Dept. Computer Science and Engineering > University of Moratuwa >
