I have SSO set up and it looks great. However, I get a number of “ads” on the right hand side of the login page. Is it possible to remove those adds without visualforce. I like the way the current login page functions and looks. Otherwise, I could create a VF page assuming that it looks and functions the same way.
Also, this is the DIV tag that contains the marketing materials:
<div id="right"><iframe frameborder="0" src="https://c.salesforce.com/login-messages/promos.html" id="marketing" name="marketing" scrolling="no" title="Marketing" tabindex="-1" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts"></iframe></div>
Answer
If you have SSO then I assume you have My Domain enabled.
In the My Domain setup you can set the right frame URL, if it’s blank it loads the ad from Salesforce. I would point it to some internal page for your users.
Or, you can create a force.com site page with any image/value you want and it would be 100% on the platform.
Or, I found there are blank website on the internet you could point to as well.
A quick google search found https://blank.org/ which is just a blank white page. In one of my sandboxes I set it and it’s a white frame on the login page.
Attribution
Source : Link , Question Author : tjcinnamon , Answer Author : Dan Wooding