다음을 통해 공유


Customizing FIM 2010 R2 Portal

Get "Security Group" Option for Non-admin users

 

use Keywords to make security groups visible to nonadministrators

  1. Log on to the FIM Portal as Administrator.
  2. Under Administration, click Navigation Bar Resources.
  3. Click Security Groups (SGs).
  4. In Usage Keywords, type BasicUI.
  5. Click OK, and then click Submit.
  6. In order to get Security groups option in mid section of the portal , click on "Home Page Resources"
  7. Repeat steps 3 to 5.
  8. Do IISReset.

Get Password Reset Option On FIM Portal

  1. Click on “Home Page resources” in the administration option of the FIM Portal
  2. Click on new , type “Reset Your Password” in the displayName textbox
  3. Type “BasicUI” in the Usage keyword option , click next.
  4. Under UI position , select Region-“Center Region of Home Page”,Parent Order-“3”,Order-“3”
  5. Under Behavior panel , type your password reset portal URL in the Navigation URL option.
  6. Click on finish
  7. Do IISReset

 

Create custom attributes on portal

 

  1. Log on to the FIM Portal as the administrator.
  2. On the FIM Portal home page, under Administration, click Schema Management.
  3. On the Schema Management – All Resource Types page, click All Attributes.
  4. Click New.
  5. On the Create Attribute page, under General, type the following information in the following fields:
    1. System nameAttributeName
    2. Display nameAttributeName
    3. Data Type – In the menu, click Indexed String.
    4. Description – Enter any Description you want.
  6. Click Finish to move directly to the Summary page.
  7. On the Summary page, click Submit.
  8. On the Schema Management – All Bindings page, click New.
  9. On the General page, enter the following information in the following fields:
    1. Resource Type – To select the required bound resource type, do the following:
    2. Click the Browse icon next to Resource Type.
    3. On the Please Select A Resource Type page, in Search for, type User, and then press ENTER.
    4. Under Display Name, select the AttributeName check box, and then click OK.
    5. On the Summary page, click Submit

To modify the configuration for user creation

  1. Log on to the FIM Portal as Administrator.
  2. On the FIM home page, under Administration, click Resource Control Display Configurations.
  3. On the Resource Control Display Configuration page, click Configuration for User Creation.
  4. On the Configuration for User Creation page, click Export configuration, and then save the file as Create_User_backup.xml. Minimize the FIM Portal.
  5. Copy the Create_User_backup.xml configuration file, and then save it as Create_User_New.xml.
  6. Open the Create_User_New.xml configuration file, and make the following changes:
  • To add a new Control named var9287, Insert the following XML code after the “City” section

<my:Control my:Name="Var9287" my:TypeName="UocTextBox" my:Caption="{Binding Source=schema, Path=Var9287.DisplayName}" my:Description="{Binding Source=schema, Path=Var9287.Description}">

        <my:Properties>

          <my:Property my:Name="Required" my:Value="{Binding Source=schema, Path=Var9287.Required}"/>

          <my:Property my:Name="Columns" my:Value="34"/>

          <my:Property my:Name="MaxLength" my:Value="128"/>

          <my:Property my:Name="Text" my:Value="{Binding Source=object, Path=Var9287, Mode=TwoWay}"/>

        </my:Properties>

      </my:Control>

  1. Restore the FIM Portal, and in Configuration Data, click Browse.
  2. Select the Create_User_New.xml configuration file that you just modified, and then click Open.
  3. Click OK, and then click Submit.
  4. Click Start, click Run, type iisreset, and then click OK.