ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Idr connection via blitz #84

Closed ctr26 closed 4 years ago

ctr26 commented 4 years ago

I'm not entirely sure where to leave this issue, but accessing the idr using the example java code no longer works as of today. I'm assuming this is maybe covid related?

LoginCredentials cred = new LoginCredentials("public", "public","https://idr.openmicroscopy.org/" , 0);

Logger simpleLogger = new SimpleLogger();

Gateway gateway = new Gateway(simpleLogger);
ExperimenterData user = gateway.connect(cred);

SecurityContext ctx = new SecurityContext(user.getGroupId());
joshmoore commented 4 years ago

Thanks, @ctr26. Let's stick with your previous issue since it's an IDR issue: https://github.com/IDR/idr-py/issues/22#issuecomment-604417919