Login Page Customization -> SAML Login

Login Page Customization -> SAML Login

NOTE:
# No need to alter the changes in the application UI

# Ensure to take a copy/backup of the below files before altering the same.

STEPS TO FOLLOW:

1. Edit the file Login.html under <Drive>:\ManageEngine\ServiceDeskPlus-MSP\Server\Custom\Login and remove  {{saml_div}}

2. If you are using account-based login page customization, then {{saml_div}} should be removed from custom.html, xxx_custom.html under folder location ServiceDeskPlus-MSP\custom\login.

3. If you are not using account-based login page customization, move these files custom.html, xxx_custom.html from the location ServiceDeskPlus-MSP\custom\login to some other folder.


      New to ADSelfService Plus?

        Resources

            • Related Articles

            • 9418 ppm - Customized login page resets to default

              The below message will be thrown in console/UI while applying 9418 ppm Since the login page UI is revamped in this build, customized login page if any will be removed with this upgrade. The old login folder will be renamed to login_old for backup. ...
            • How to configure SAML with Azure AD

              This guide will help us configure SAML for users who want to use Azure AD as their IdP and also give you insights on a few issues that you might run into while configuring SAML in an Azure Environment. In an ideal environment, customers will have an ...
            • How to remove version number, rename application name and update Hyperlink in the login page ?

              Remove the content related to copy rights and add the content as shown below to achieve your requirement.  <div class="copyright">       <a href="https://servicedesk.geforce.com.au/" target="_blank" rel="noopener noreferrer">Help Desk Software</a> ...
            • How to change the color of the Login button ?

              Navigate to Admin->Self-Service Portal Settings->Login page customization and Add the below class under style as shown below, .btn-primary {     background-color: #6600CC;   } Above color code is for Purple, please use the appropriate color codes. ...
            • Restrict Dashboard Customization using page scripts

              Use case In scenarios where administrator would like to have a fixed dashboard, then they can remove the Dashboard settings button using the below steps 1. Go to Admin >> Page Script >> Apply the below script based on a condition ...