Hi all,
We are trying to set up public access or our omero instance so that we can make some data accessible using URL(publicly).
We followed this URL: https://docs.openmicroscopy.org/omero/5 ... ublic.html
However, when we open URL
http://omeros.ourhost.com/webgateway/img_detail/6/
This is redirecting to login page.
but, with a valid token auto login is working fine
http://omeros.ourhost.com/webgateway/im ... sessionkey
--------
The web version we are using is: 5.4.0
This is what we did:
1. Created group using omero ui "public-data" and setting permission "Read-only" to this group.
2. Create a user with username = publicuser and password = abcdefg.
3. Add publicuser to public-data group.
4. We also added data to this group.
5. Omero config settings:
[OMERO.server]$ bin/omero config get omero.web.public.enabled
True
[OMERO.server]$ bin/omero config get omero.web.public.user
publicuser
[OMERO.server]$ bin/omero config get omero.web.public.password
abcdefg
[OMERO.server]$ bin/omero config get omero.web.public.get_only
false
[OMERO.server]$ bin/omero config get omero.web.public.url_filter
^/(webadmin/myphoto/|webclient/(?!(script_ui|ome_tiff|figure_script))|webgateway/(?!(archived_files|download_as)))
Any help would be appreciated.Is there anything we are missing?