ADFS Login Page Missing all formatting
everything working correctly adfs 3.0 both internally , externally login page outside. missing of formatting (blue box, nice font, etc.). it's of html isn't being seen. have idea off?
i'm expecting window this: http://thinketg.com/wp-content/uploads/2014/08/adfs-3-default-page.png
thanks
figured out. mex endpoint getting 503 error due conflict crm sandbox port. went through steps below , sorted.
fix mex endpoint
when browse externally url: https://sts1.iwebscrm.com/adfs/services/trust/mex
“sts1.yourorg.com” replaces ours… should see xml endpoint return. found after setup of crm 2013 in above mentioned environment there conflict sandbox port 808 , caused failure of service, giving 503 error for /adfs/services/trust/mex
solution simple: run following command in powershell
set-adfsproperties –nettcpport 809
then restart adfs services, or restart server.
Windows Server > Directory Services
Comments
Post a Comment