Jan 18

MCITP Certification, Configuring Web SSO authentication

Configuring Web SSO authentication
Web SSO authentication will be con

1. First, extend the web application. This can be done from the Central Administration site.
2. Open the Central Administration site by choosing Start trative Tools and clicking on SharePoint 3.0 Central Administration.
3. On the navigation bar, choose Application Management.
4. Click Create or Extend Web Applications and then click Extend an Existing Web Application.

5. Make sure the application is selected in the Web Application menu.
6. In the IIS Web Site section, add a host header (for example, extranet.myresearch.net).

302

Chapter 7

EXERCISE 7.6 (continued)

7. Now change the zone to Extranet.
8. Give the site a host header name. This will be what you will conagainst.
9. Check the box to use SSL.
10. Change the port number to 443 (it is required by ADFS).
11. In the Load Balanced URL box, delete the :443 text string.
12. Finish extending the web application by clicking OK.
13. Verity that the URLs on the Alternate Access Mappings page are correct. (See Figure 7.5 earlier in this chapter.)
14. You will now need to add an SSL certiname that clients will use. You added this same name as a host header.

Configuring Authentication for WSS

303

EXERCISE 7.6 (continued)

You will now conWeb SSO:

15. Under the Application Security section on the Application Management page, click Authentication Providers.
16. From the menu bar labeled Web Application, select your application from the drop down menu.

17. You should now see two mapped zones for this application. Click the Windows link for the Extranet zone.
18. Choose Web Single Sign On in the Authentication Type section.

304

Chapter 7

EXERCISE 7.6 (continued)

19. In the Membership Provider Name box, add the following:
SingleSignOnMembershipProvider2 . Keep this value because you will need it
when you edit the web.config
20. Add SingleSignOnRoleProvider2 in the Role Manager box. Remember this value
also for editing the web.config
21. Check to make sure the Enable Client Integration setting is set to No.
22. Click Save.

Now the application has been conneed to be assigned to the users so they can access this site. MCITP Certification

To find out how to configure user permissions for extranet websites, please
review the documentation found at the following URL: http://technet
.microsoft.com/en-us/windowsserver/sharepoint/default.aspx .

Exam Essentials