Enable integrated authentication
Overview Copied
To use the Web Console with seamless SSO authentication via Kerberos you need to ensure integrated authentication is enabled in your browser and the Web Console is white-listed.
This process varies between browsers.
Internet Explorer and Edge Copied
To configure integrated authentication Internet Explorer or Edge you need to configure the Windows internet options to add the Web Console address to the local Intranet security zone.
To do this, follow the steps:
- Open the Internet Options window.
- Navigate to Security > Local Intranet.
- Click Sites.
- Click Advanced.
- Add the Web Console address
https://<hostname>:8080
to the zone.
Note
You can access the Internet Options window from either Internet Explorer or from the Windows control panel.
Chrome Copied
To configure integrated authentication in Chrome you need to add the Web Console address https://<hostname>:``8080
to the AuthServerWhitelist
and AuthNegotiateDelegateWhitelist
in Chrome.
In Windows if the AuthServerWhitelist
and AuthNegotiateDelegateWhitelist
have not been set, Chrome defaults to allowing authentication from servers listed in Local Machine or Local Intranet security zone as specified in the Windows internet options.
For more information about integrated authentication in Chrome see the Chromium design documents.
Firefox Copied
To configure integrated authentication in Firefox:
- Open
about:config
- Add the Web Console address
https://<hostname>:``8080
to the exceptions lists:
network.negotiate-auth.trusted-uris
network.negotiate-auth.delegation-uris
For more information about integrated authentication in Firefox see the Mozilla developer documentation.