Exchange Server 2010: How to Change OWA Forms-Based Logon Option

Forms-based authentication has three logon options for the default sign-in format in Exchange Server 2010. In this article I will be showing them to you and how to change to a different logon option.

The three options for the default sign-in format are :

  1. FullDomain : This is the domain and user name of the user in the format domain\user name. For example, for a user named Tarek.Majdalani in the domain elmajdal, the sign-in would be elmajdal\tarek.majdalani
  2. **PrincipalName : **If user principal name (UPN) sign-in format is specified, the User Name field on the Outlook Web App sign-in page guides the user to enter their e-mail address. For example, tarek.majdalani@elmajdal.com. 
  3. UserName : This is the user name only and doesn't include the domain name. For example, tarek.majdalani

These options change only the text on the Outlook Web App sign-in page. They don't cause a particular format to be required. The user can use any of the standard sign-in formats regardless of the text on the page.

change OWA forms-based logon option

To change OWA forms-based logon option, follow the below steps :

  1. Open Exchange Management Console, and then from the left side pane, expand Server Configuration and click on Client Access

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/1-client-access-owa.png

  2. From the middle pane, and under the Outlook Web App tab, right click on owa (Default Web Site) and click Properties

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/2-owa-properties.png

  3. The owa properties will open, click on the Authentication tab

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/owa-authentication-tab-2.png

    As you can see, under the forms-based authentication section, three authentication options available:

    • Domain\user name

    • User principal name (UPN)

    • User name only

    The default logon option is by typing DomainName\UserName

    and this is how it looks like on OWA

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/domain-user-1.png

    It prompts the user to enter : elmajdal\tarek.majdalani for example.

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/domain-user-2.png

  4. If you want to change it to be : User principal name (UPN), then select the second option and click on OK

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/4-principal.png

    This how it will look like on owa.  You are guided to enter the username@domain.tld as shown below

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/principal-2.png

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/principal-1.png

  5. The most common used option, is using the third option which is the User name only 

    Select the User name only option, and then you will need to select the Domain name. Click on the Browse button

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/5-user-only.png

    The list of available domains in the forest will be displayed. Select the domain name and then click on OK

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/5-user-only-select-domain.png

    The selected domain name will be displayed under the Logon domain textbox. Click OK

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/5-user-only-select-domain-selected.png

    below you can see how the User name only will display the authentication option on owa

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/user-only-2.png

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/user-only-1.png

  6. Last thing to mention, is that when you change from one authentication option to another, you will be presented with a warning message, that the changes won't be applied till you restart IIS.

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/4-principal-2.png

    You can do this either through command prompt or through IIS management console .

    To restart IIS using command prompt, then open command prompt in elevated mode and type : iisreset /noforce

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/open-cmd-administrator.png

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/cmd-run.png

    or by opening IIS Manager , and the from the left side node, click on your Server name , and then from the right side pane, under Actions click on Restart 

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/open-iis.png

    http://elmajdal.net/ExchangeServer/How_to_Change_OWA_Logon_Options_in_Exchange_Server_2010/restart-iis.png

    The changes will be applied. Now open your server OWA page, for example https://mail.elmajdal.com/owa , and check how the selected authentication option is displayed now. 

Summary

Forms-based authentication gives you three options for the default sign-in format. These options change only the text on the Outlook Web App sign-in page. They don't cause a particular format to be required. The user can use any of the standard sign-in formats regardless of the text on the page.