Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Here you will find notes/solutions/etc about using a DFW instance in private/public config.

Azure Authentication

Employees must log in to view private pages in DFW. Login authenticates against the Azure web application, which controls user access. You will need to provide a list of domain URLs to your Azure administrator to use this authentication process.

Login / Logout

Employees who log in to view private pages will not see the Drupal administration menu so will need a way to log out of the website. One easy way to do this is to add Login and Logout links to the Utility menu.

Home > Administration > Structure > Menus > Utility Bar Edit Menu > Add link

Add these links to the utility bar menu:

  • Login URL: /login

  • Logout URL: /user/logout

Style as a button: You can add a background color to these links by selecting the preferred color in the Attributes menu.

This example shows that prior to employee login only the blue Login button displays in the utility menu.

screenshot with blue Login button at top right of website

This example shows that after the employee login, the black Logout button displays in the utility menu.

screenshot with black Logout button at top right of website

Note: After the employee logs out of the DFW site, the Logout button will disappear.

The search feature provides an internal search of both public and private pages. Search will not reveal private page results unless the employee is already logged into the DFW website.

This example shows the search results when the words human resources are entered into the search box.

The description beneath the page title and breadcrumb is sourced from the Description field in Meta Tags. The example below shows the text entered in the meta tags description field.

Public/Private Pages

Private pages require user authentication to view. To make a page a Private page, enable the checkbox next to Private.

An example showing the checkbox enabled to make a page private.

screenshot of private checkbox enabled

  • No labels