mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
1.1 KiB
1.1 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Logout directive | v2.0.0 | Active | 2019-03-20 |
Logout directive
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.