Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 639 Bytes

kerberos.md

File metadata and controls

19 lines (15 loc) · 639 Bytes
Title Added
Kerberos
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:

{
  "auth": {
    "withCredentials": true
  }
}

Note: You don't need to use the login component and logout directive in your app when using Kerberos.