[DOCS-5508] Add more info for kerberos (#5280)

* Add more info for kerberos

* fix

* Minor updates
This commit is contained in:
Eugenio Romano
2019-11-22 12:58:33 +00:00
committed by Denys Vuika
parent e0f00dd7ae
commit 1de2ff0cc9
4 changed files with 35 additions and 8 deletions

View File

@@ -346,17 +346,15 @@ To enable public accessible urls, that don't need authentication, these must be
}
```
### Kerberos
Setting the `withCredentials` property to true in the `auth` section of
`app.config.json` will enable Kerberos and bypass the normal login:
The configuration for Kerberos authentication will allow users to access Alfresco products by entering their credentials only once when first logging into their Windows environment.
**You don't need to use the login component in order to enable Kerberos SSO in ADF**.
See [Kerberos Configuration](../../../docs/user-guide/kerberos.md) for instructions on configuring Kerberos for an ADF app.
```json
{
"auth": {
"withCredentials": "true"
},
```
## See Also

View File

@@ -24,6 +24,15 @@ Logs the user out when the decorated element is clicked.
| enableRedirect | `boolean` | true | Enable redirecting after logout |
| redirectUri | `string` | "/login" | 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](../../../docs/user-guide/kerberos.md) for instructions on configuring Kerberos for an ADF app.
## See also
- [Login component](../components/login.component.md)