[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

@@ -21,5 +21,6 @@ on an item below to see the corresponding guide page.
- [Transclusion](transclusion.md)
- [Typography](typography.md)
- [Walkthrough - adding indicators to highlight information about a node](metadata-indicators.md)
- [kerberos](kerberos.md)
<!--guide end-->

View File

@@ -0,0 +1,19 @@
---
Title: Kerberos
Added: v3.6.0
---
# Kerberos
The configuration for Kerberos authentication will allow users to access ADF applications by entering their credentials only once when logging into their Windows environment.
To enable Kerberos SSO and bypass the normal login, set the `withCredentials` property to `true` in the `auth` section of the `app.config.json`:
```json
{
"auth": {
"withCredentials": "true"
}
}
```
**Note**: You don't need to use the [login component](../../docs/core/components/login.component.md) and [logout directive](../../docs/core/directives/logout.directive.md) in your app when using Kerberos.