From 740d1d93698558a4c31230f7a521e2436c1cee47 Mon Sep 17 00:00:00 2001 From: MosheEichler Date: Thu, 7 Dec 2023 18:20:14 +0200 Subject: [PATCH] fix readme files --- .../Doc-Create-XSOAR-Incident-from-MS-Form-Submission.md | 2 +- content-repo/extra-docs/articles/microsoft-auth-guide.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content-repo/extra-docs/articles/Doc-Create-XSOAR-Incident-from-MS-Form-Submission.md b/content-repo/extra-docs/articles/Doc-Create-XSOAR-Incident-from-MS-Form-Submission.md index 9cd8aa576..fc509a008 100644 --- a/content-repo/extra-docs/articles/Doc-Create-XSOAR-Incident-from-MS-Form-Submission.md +++ b/content-repo/extra-docs/articles/Doc-Create-XSOAR-Incident-from-MS-Form-Submission.md @@ -69,7 +69,7 @@ Set up an instance of the Generic Webhook integration. Refer to the [Generic Web 5. If you set a Username/Password on the Generic Webhook instance, as is recommended, add the following headers: - ⦁ Authorization: + ⦁ Authorization: `` ⦁ Accept: application/json diff --git a/content-repo/extra-docs/articles/microsoft-auth-guide.md b/content-repo/extra-docs/articles/microsoft-auth-guide.md index 955d8f013..71d8ec4f8 100644 --- a/content-repo/extra-docs/articles/microsoft-auth-guide.md +++ b/content-repo/extra-docs/articles/microsoft-auth-guide.md @@ -156,7 +156,7 @@ After you a redirected to the next page, in the **Overview** tab you will find y 1. Select Azure Active Directory> App registrations> New registration. ![app](../../../docs/doc_imgs/tutorials/tut-microsoft-auth-guide/app-reg.png) - 2. In the **Redirect URI (optional)** field select **Web** and type a name (you can enter an arbitrary name). In this example we use *https://xsoar.* + 2. In the **Redirect URI (optional)** field select **Web** and type a name (you can enter an arbitrary name). In this example we use `https://xsoar`. ![reg-app](../../../docs/doc_imgs/tutorials/tut-microsoft-auth-guide/reg-app.png) 3. Click **Register**. @@ -190,7 +190,7 @@ After you a redirected to the next page, in the **Overview** tab you will find y Replace `tenant_id` and `client-id` with the tenant ID that was generated in step 1.iv. - The URI is the *https://xsoar*. + The URI is the `https://xsoar`. This prompts the admin user to sign in and grant the app the appropriate permissions: