Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f4de4d4

Browse files
authored
Merge pull request #2631 from splunk/adasplunk-O11YDOCS-7010
[O11YDOCS-7010] Clarify Kerberos authentication support [Mar 4 release]
2 parents 058ac38 + 1379ff1 commit f4de4d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

synthetics/browser-test/set-up-browser-test.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,14 +423,16 @@ Authentication
423423

424424
Add credentials to authenticate with sites that require additional security protocols, for example from within a corporate network. To use Authentication, a username and password need to be provided. The username can be entered as plain text or be defined by a global variable, but the password must be defined using a global variable. It is recommended to use a concealed global variable for your password to create an additional layer of security for your credentials. For more, see :ref:`concealed-gv`.
425425

426-
When executing the browser test, the Chrome browser is configured with the credentials defined in the test configuration. Authentication is not integrated at the OS level, it is only configured in the browser. At this time, Chrome supports the following authentication protocols:
426+
When executing the browser test, the Chrome browser is configured with the credentials defined in the test configuration. Authentication is not integrated at the OS level, and no authentication processing happens in the runner itself. Credentials are passed directly to Chrome for handling.
427+
428+
At this time, Chrome supports the following authentication protocols:
427429

428430
* Basic Authentication
429431
* NTLM
430-
* Kerberos
432+
* Kerberos (with limitations)
431433
* Digest
432434

433-
More details on Chrome authentication are available :new-page:`here list <https://www.chromium.org/developers/design-documents/http-authentication/>`.
435+
Chrome supports Kerberos authentication only when it can infer the correct Kerberos service principal name (SPN) based on standard conventions. This support doesn't include :new-page:`Kerberos Credentials Delegation (Forwardable Tickets) <https://www.chromium.org/developers/design-documents/http-authentication/>`.
434436

435437

436438
.. _browser-headers:

0 commit comments

Comments
 (0)