You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed whenever we run the command "set-AdfsRelyingPartyWebTheme" and only give it RP name and logo, it removes the CSS in the following function in when i inspected the page source
function RemoveADFSHtmlHeader()
{
var title = document.getElementById('mfaGreetingDescription');
if (title)
{
title.style.display = "none";
}
SetIllustrationImage("");
document.getElementById('companyLogo').src = "/adfs/portal/logo/logo.png?id=2159E08337BE5B92300FF0AECEFEDFDB1AACBE69B51591141E5C71B010444594&rp=b51544ff-0e49-eb11-a086-005056b3b676";
document.getElementsByTagName('link')[0].href = "";
return true;
}
Hello
We noticed whenever we run the command "set-AdfsRelyingPartyWebTheme" and only give it RP name and logo, it removes the CSS in the following function in when i inspected the page source
primarily the issue in
which can be traced in the file
The command we excuted in ADFS is
The text was updated successfully, but these errors were encountered: