Skip to main content
Version: 10.2

Switch from SSO to Windows Authentication

This will guide you to return back the Analysis Server installation from Single Sign-On Authentication to Windows Authentication.

Follow these instructions to return the setup to Windows Authentication:

  1. In the machine where Analysis Server is installed, open IIS (Internet Information Services) Manager.

  2. In the Connections Pane, expand the root node and Sites.

  3. Click the Open iT Analysis Server website, and in the dashboard, double click Authentication.

    Verify Web Site

    Verify Web Site


  4. Right-click the Anonymous Authentication, and select Disable.

    Disable Anonymous Authentication

    Disable Anonymous Authentication


  5. Right-click the Windows Authentication, and select Enable.

    Enable Windows Authentication

    Enable Windows Authentication


  6. In the Connections pane, click Application Pools.

  7. In the Application Pools list, click Open iT Analysis Server Application Pools.

  8. In the Actions pane, under Edit Application Pool, click Advanced Settings.

  9. The Advanced Settings dialog will appear. Under the Process Model, set the Load User Profile to False.

  10. Click OK.

    Application Pool Advanced Settings

    Application Pool Advanced Settings


  11. Go to the installation directory located, which is by default in C:\Program Files\OpeniT\Analysis Server.

  12. Open the file Mvc.sitemap, and look for the following node:

    Mvc.sitemap
    <mvcSiteMapNode icon="DashboardPanel.png" title="Dashboard Panel" controller="DashboardPanel" action="Index" area="Admin"/>
    <mvcSiteMapNode icon="Roles.png" title="Roles" controller="Role" action="Index" area="Admin" enabled="false"/>
    <mvcSiteMapNode icon="Mappings.png" title="Mappings" controller="Mapping" action="Index" area="Admin"/>
  13. Remove the attribute enabled="false" to unhide the Roles page under the Administration tab.

  14. Save the changes.

  15. Go back to the IIS Manager. In the Connections pane, click Application Pools.

  16. In the list of Application Pools, select Open iT Analysis Server Application Pool.

  17. In the Actions pane, click Stop.

  18. Wait for 10 seconds and click Start.

    Restart Application Pool

    Restart Application Pool


  19. Go to Open iT Analysis Server web interface. The Microsoft account should still be logged in. Sign out the account.

    After redirection to the Microsoft logout page, wait for a while and the page will be redirected to Open iT Analysis Server Home page with Windows Authentication.