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

Commit 9109f89

Browse files
author
ada
committed
More migration cleanup
1 parent 0c0207d commit 9109f89

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

synthetics/test-config/auth.rst

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Authentication
88
:description: Your synthetic test can incorporate any authentication method that Splunk Synthetic Monitoring supports for that test type.
99

1010

11-
The following authentication methods are available for you to configure
12-
in your Synthetics tests:
11+
The following authentication methods are available for you to configure in your Synthetics tests:
1312

1413
.. list-table::
1514
:header-rows: 1
@@ -19,7 +18,15 @@ in your Synthetics tests:
1918
- :strong:`Authentication method`
2019

2120
* - Browser
22-
- :ref:`auth-basic-html-login`, :ref:`auth-basic-http-headers`, :ref:`auth-multifactor-sms`, :ref:`auth-multifactor-email`, :ref:`auth-multifactor-sso`
21+
- :ref:`auth-basic-html-login`
22+
23+
:ref:`auth-basic-http-headers`
24+
25+
:ref:`auth-multifactor-sms`
26+
27+
:ref:`auth-multifactor-email`
28+
29+
:ref:`auth-multifactor-sso`
2330

2431
* - Uptime
2532
- None
@@ -147,8 +154,7 @@ If your test target expects login credentials to be included in an an API reques
147154
:alt: Screenshot showing how to set up a synthetic test with basic authentication through API request headers.
148155

149156

150-
#. Get the *base64-encoded string* of the username and password
151-
combination for your test target. There are several ways to get a base64-encoded string. For example:
157+
#. Get the *base64-encoded string* of the username and password combination for your test target. There are several ways to get a base64-encoded string. For example:
152158

153159
- Run the JavaScript function btoa from your browser's console: ``btoa("myusername:mypassword")``
154160

@@ -157,8 +163,7 @@ If your test target expects login credentials to be included in an an API reques
157163
#. Store the base64 value in a concealed global variable. For more information, see
158164
:ref:`global-variables`.
159165

160-
#. On the API test's configuration page, select an existing request in
161-
the test or select :guilabel:`Add requests`.
166+
#. On the API test's configuration page, select an existing request in the test or select :guilabel:`Add requests`.
162167

163168
#. Expand the :guilabel:`Request` section, and enter the following information:
164169

@@ -192,19 +197,19 @@ Prerequisites
192197

193198
- Virtual phone number
194199

195-
To authenticate through SMS, you must have a virtual phone number that can receive one time passcodes through SMS. Several services offer virtual phone numbers and provide SMS content through an API, such as the :new-page:`Sinch service <http://sinch.com>`. For instructions on receiving messages through this service, see :new-page:`the Sinch API <https://developers.sinch.com/docs/sms/api-reference/sms/tag/Inbounds/#tag/Inbounds/operation/ListInboundMessages>`.
200+
To authenticate through SMS, you must have a virtual phone number that can receive one time passcodes through SMS. Several services offer virtual phone numbers and provide SMS content through an API, such as the :new-page:`Sinch service <http://sinch.com>`. For instructions on receiving messages through this service, see :new-page:`the Sinch API <https://developers.sinch.com/docs/sms/api-reference/sms/tag/Inbounds/#tag/Inbounds/operation/ListInboundMessages>`.
196201

197-
Certain services, such as Twilio, may block incoming SMS messages containing OTPs. For more information regarding this issue, see Twilio's documentation on :new-page:`OTP Message Body Filtered <https://www.twilio.com/docs/api/errors/30038>`.
202+
Certain services, such as Twilio, may block incoming SMS messages containing OTPs. For more information, see Twilio's :new-page:`OTP Message Body Filtered <https://www.twilio.com/docs/api/errors/30038>` documentation.
198203

199204
- SMS notifications
200205

201-
To enhance the authorization process, you must have a service that sends SMS notifications, such as :new-page:`GitHub <https://github.com>`.
206+
To enhance the authorization process, you must have a service that sends SMS notifications, such as :new-page:`GitHub <https://github.com>`.
202207

203208

204209
Limitations
205210
------------------------------------------------------------------
206211

207-
Some services may not be accessible during Synthetics tests due to violations of Content-Security-Policy (CSP). In such instances, a workaround is to implement third-party services on your server and provide an endpoint configured with CSP to allow connect-src.
212+
Some services may not be accessible during Synthetics tests due to violations of Content-Security-Policy (CSP). In such instances, a workaround is to implement third-party services on your server and provide an endpoint configured with CSP to allow ``connect-src``.
208213

209214

210215
#. On the browser test's configuration page, select the :guilabel:`Simple` toggle.

0 commit comments

Comments
 (0)