Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.08 KB

logout.directive.md

File metadata and controls

37 lines (24 loc) · 1.08 KB
Title Added Status Last reviewed
Logout directive
v2.0.0
Active
2019-03-20

Logs the user out when the decorated element is clicked.

Basic Usage

<button adf-logout>Logout</button>

Class members

Properties

Name Type Default value Description
enableRedirect boolean true Enable redirecting after logout
redirectUri string URI to redirect to after logging out.

Kerberos

The configuration for Kerberos authentication will allow users to access Alfresco products by entering their credentials only once when logging into their Windows environment.

You don't need to use the logout directive when Kerberos SSO is enabled in ADF.

See Kerberos Configuration for instructions on configuring Kerberos for an ADF app.

See also