Login Page HTML Customization - Limit the Exposure of Elements on the Orchestrator Login page

How to address security concerns for customers who wish to limit the exposure of elements on the Orchestrator login page?

There is no actual functionality that allows to manually remove elements, it may be possible to hide them through utilizing style: display: none;

  1. Right click the desired element and click inspect.
  2. Find the class name of your desired element and copy it.
  3. Navigate to your Orchestrator and click on Settings->Customization.
  4. Enter in in the following format .class-name {display: none}.

See following for example: