Skip to content

Commit

Permalink
fix readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheEichler committed Dec 7, 2023
1 parent dc804b3 commit 740d1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: <PASSWORD_FROM_INSTANCE_CONFIG>
⦁ Authorization: `<PASSWORD_FROM_INSTANCE_CONFIG>`

⦁ Accept: application/json

Expand Down
4 changes: 2 additions & 2 deletions content-repo/extra-docs/articles/microsoft-auth-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<nolink\>://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<nolink\>://xsoar`.

![reg-app](../../../docs/doc_imgs/tutorials/tut-microsoft-auth-guide/reg-app.png)
3. Click **Register**.
Expand Down Expand Up @@ -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<nolink\>://xsoar*.
The URI is the `https<nolink\>://xsoar`.

This prompts the admin user to sign in and grant the app the appropriate permissions:

Expand Down

0 comments on commit 740d1d9

Please sign in to comment.