Previous Topic: Create a Custom Agent Object for the Agent IdentityNext Topic: User Directories


Update the SiteMinder Agent Type to include the HTTP methods for WebDAV

To support WebDAV with your existing agents, add additional methods to your Web Agent type.

Follow these steps:

  1. Click Infrastructure, Agents, Agent Type, Modify Agent Type.

    The Create Agent Type search pane appears.

  2. Highlight the text in the search field, and then type the following:

    Web Agent

  3. Click Search.

    The SiteMinder Web Agent type appears in the list.

  4. Click Select.

    The Modify Agent Type: Web Agent pane appears.

  5. Scroll to the bottom of the Actions section, and then click Create.

    A new action field appears at the end of the list.

  6. Highlight the text in the New Action field, and then enter the following:
    Head
    
  7. Scroll to the bottom of the Actions section, and then click Create.

    A new action field appears at the end of the list.

  8. Repeat Steps 6 and 7 until all of the following methods are added:
    OPTIONS
    
    PROPFIND
    
    PROPPATCH
    
    COPY
    
    DELETE
    
    MOVE
    
    LOCK
    
    UNLOCK
    
  9. (Optional) Add any customized methods that you have developed for fine-grained authorization calls to your Policy Server.
  10. Click Submit.

    The Modify Agent type task is submitted for processing. A confirmation screen appears.

  11. Click OK.

    The Agent type settings for your SharePoint resources are updated.