How to add a background image to your realm

Follow
    Applies to:
  • Legacy SecureAuth IdP
Deployment model:
  • On Premises
  •  

    SecureAuth IdP Version Affected:  All (2016 Light Theme)
     
    Description:
    This KB will give a demonstration of how to change the background image for your realm.
      
    Resolution:
     

    1. On Idp server, Place your desired image file in the image folder, D:\Secureauth\SecureAuth<YOUR DESIRED REALM NUMBER>\images
    2. Navigate to D:\Secureauth\SecureAuth<YOUR DESIRED REALM NUMBER>\Themes\2016 Light
    3. Make a copy of existing MFAStyleSheet file for backup purposes.
    4. Open the Admin Console and click the Overview Tab | CSS Editor
    5. Search for "@media". The first instance of "@media" should read as

    @media (min-width: 768px) {
    body {
    background-color: #fff;
    }
    }

    6. Modify 

    background-color: #fff;

    And change it to:

    background-image:url("/secureauth9/images/example.jpg");

    (The above example assumes you're editing realm9)

    7. Then save the file.

     

    SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
    Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.

     

    2 out of 2 found this helpful

    Comments

    0 comments

    Please sign in to leave a comment.