70-158 · Question #14
You administer a Forefront Identity Manager (FIM) 2010 server in your company network. You need to add the company logo to the top of the FIM Password Reset Portal page. What should you do?
The correct answer is D. In the web.config file, modify the <add key ="PasswordPortalBrandingBarRightImageUrl" value ="~/_layouts. To add a company logo to the FIM Password Reset Portal page, you must modify the PasswordPortalBrandingBarRightImageUrl key in the portal's web.config file.
Question
Options
- AFrom FIM Portal Configuration, on the Extended Attributes tab, set the Branding Left Image attribute to
- BFrom FIM Portal Configuration, on the Extended Attributes tab, set the Branding Center Text attribute to
- CIn the web.config file, modify the <add key ="PasswordPortalBrandingBarCenterText" value =""/>line.
- DIn the web.config file, modify the <add key ="PasswordPortalBrandingBarRightImageUrl" value ="~/_layouts
How the community answered
(18 responses)- A6% (1)
- C11% (2)
- D83% (15)
Why each option
To add a company logo to the FIM Password Reset Portal page, you must modify the `PasswordPortalBrandingBarRightImageUrl` key in the portal's `web.config` file.
The FIM Portal Configuration's Extended Attributes tab is used to manage schema extensions and attributes for FIM objects, not for directly configuring the graphical branding of the Password Reset Portal.
This option incorrectly suggests using an attribute tab for branding images and refers to a text attribute, not an image URL for a logo.
While modifying the `web.config` file is the correct approach, the `PasswordPortalBrandingBarCenterText` key is specifically for setting text, not for specifying an image URL for a logo.
The FIM Password Reset Portal's visual branding, including the company logo, is configured by modifying specific key-value pairs within its `web.config` file, where `PasswordPortalBrandingBarRightImageUrl` specifies the path to the logo image displayed on the right side of the branding bar.
Concept tested: FIM Password Reset Portal branding configuration
Source: https://social.technet.microsoft.com/wiki/contents/articles/3248.how-to-configure-the-password-reset-portal-fim-2010.aspx
Topics
Community Discussion
No community discussion yet for this question.