Skip to content
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

update docs for oproxy #1504

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions content-repo/extra-docs/articles/microsoft-auth-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ Depending on the integration, this requires either admin consent to [get access

To start the authentication process, go to the integration's detailed instructions:

1. Navigate to __Settings > Integration > Servers & Services__.
2. Search for wanted Microsoft integration, e.g. `O365 Outlook Mail (Using Graph API)`.
3. Click __Add instance__.
4. Click the Link that appears in the Help section:.
1. Navigate to __Settings > Integration > Servers & Services__.
2. Search for wanted Microsoft integration, e.g. `O365 Outlook Mail (Using Graph API)`.
3. Click __Add instance__.
4. Click the **Link** that appears in the Help section:.

<img width="800" src="../../../docs/doc_imgs/tutorials/tut-microsoft-auth-guide/instance_detailed_instructions_new.png" align="middle"></img>

5. In the XSOAR Web Page that appears, click the **Start Authorization Process** button to initiate the authorization flow.

5. In the XSOAR Web Page that appears, click the **Start Authorization Process** button to initiate the authorization flow.
You will receive your ID, token, and key. You need to enter this information, when you configure the integration instance in Cortex XSOAR.



## Self Deployed Application
Expand Down
Loading