Skip to content

WIP: Adding SSO

Configuration:

lims_rest.xml

<object class="ICATLIMSRestClient">
  <ws_root>https://icatplus.esrf.fr</ws_root>
  <object role="session" href="/session" />
  <before_offset_days>1</before_offset_days>
  <after_offset_days>1</after_offset_days>
  <!-- filter Available values : participant, instrumentscientist, released, embargoed -->
  <filter>participant</filter>

  <!-- the list of sessions will be filtered by instrument. `override_beamline_name` will be used to
  override HWR.beamline.session.beamline_name
    This is needed when beamline.session.beamline_name does not match with the name of the instrument
  in the catalog -->
  <override_beamline_name>ID23-1</override_beamline_name>
</object>

lims.xml

<object class="ICATLIMSClient">
  <object hwrid="/lims_rest" role="lims_rest" />
  <ws_root>https://icatplus.esrf.fr</ws_root>
  <loginType>user</loginType>
  <object role="session" href="/session" />
</object>
Edited by Alejandro De Maria Antolinos

Merge request reports