-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DOCS-11797] Kerberos Authentication for Synthetics #31105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e77a773
initial commit Kerberos Auth Synthetics
aliciascott 45c1cbd
fixing broken image
aliciascott 024ac46
adding further reading links and updates to other relevant pages
aliciascott bcccbbb
Apply suggestions from Olivia's review
aliciascott 800a23a
fixing redundant section
aliciascott da3ab63
Merge branch 'master' into aliciascott/DOCS-11797-Syn-kerberos
aliciascott File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: Kerberos Authentication for Synthetic Monitoring | ||
|
||
further_reading: | ||
- link: 'https://www.datadoghq.com/blog/synthetic-private-location-monitoring-datadog' | ||
tag: 'Blog' | ||
text: 'Monitor your Synthetic private locations with Datadog' | ||
- link: '/synthetics/guide/browser-tests-passkeys' | ||
tag: 'Guide' | ||
text: 'Learn about Passkeys in Browser Tests' | ||
products: | ||
- name: Browser Tests | ||
url: /synthetics/browser_tests/ | ||
icon: browser | ||
- name: API Tests | ||
url: /synthetics/api_tests/ | ||
icon: api | ||
--- | ||
|
||
{{< product-availability names="Browser Tests,API Tests" >}} | ||
|
||
## Overview | ||
|
||
Datadog Synthetic Monitoring enables proactive monitoring of web applications and APIs using Kerberos SSO authentication with Microsoft Active Directory. This allows continuous testing of critical user journeys and HTTP endpoints on your internal Windows sites. | ||
|
||
## Prerequisites | ||
|
||
- A Windows site with Kerberos authentication integrated with Active Directory (usually hosted on IIS). | ||
- A Windows server that is domain-joined to the Active Directory. | ||
- A domain user account with Active Directory authentication access to the Windows site. | ||
- Synthetic Monitoring tests must run on a Windows private location that is configured to authenticate with Active Directory. For more information, see the [Windows private locations][1] prerequisites documentation. | ||
|
||
## Installation | ||
|
||
1. Create your [Windows private location][2] on the Windows server joined to the Active Directory domain. | ||
2. Set up the [Synthetic Monitoring private location worker][3] to run as a Windows service. | ||
3. Configure the private location service to use your Active Directory domain account credentials: | ||
- Open `services.msc`, navigate to **Datadog Synthetics Worker** > **Properties** > **log on** > **this account**, and enter your domain account credentials. | ||
4. Configure your tests to run from the Windows private location (managed locations do not support Kerberos authentication). | ||
|
||
<p style="text-align: center;"><em>No further configuration is necessary for Browser Tests.</em></p> | ||
|
||
5. Optionally, for API tests, you must also set the Domain field to your Active Directory domain name under the **Kerberos** tab. Navigate to **Create/Edit API Test** > **Define Request** > **Advanced Options** > **Authentication**. | ||
|
||
{{< img src="synthetics/guide/kerberos-authentication/api_test_kerberos.png" alt="API Test creation with the Advanced options expanded, highlighting the Authentication tab and Kerberos authentication type" style="width:80%;" >}} | ||
aliciascott marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Further Reading | ||
|
||
{{< partial name="whats-next/whats-next.html" >}} | ||
|
||
[1]: /synthetics/platform/private_locations?tab=windows#prerequisites | ||
[2]: /synthetics/platform/private_locations?tab=windows#create-your-private-location | ||
[3]: /synthetics/platform/private_locations/?tab=windowsviagui#install-your-private-location |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+210 KB
.../images/synthetics/guide/app_that_requires_login/browser_test_adv_options_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+190 KB
static/images/synthetics/guide/kerberos-authentication/api_test_kerberos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.