Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Azure Authentication

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

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.

  • Login URL: /login

  • Logout URL: /user/logout

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

Prior to logging in only the blue Login button displays in the utility menu.

...

After the employee logs into the DFW site, the black Logout button displays.

...

After the user logs out of the DFW site, the Logout button will disappear.

Utility menu login/logout links

...