Skip to content

Commit fb970b8

Browse files
Merge pull request #1922 from utmstack/backlog/fix_o365_int_guide
fix[frontend](o365_integration_guide): removed unneeded steps
2 parents 0d8227b + e20ce08 commit fb970b8

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

frontend/src/app/app-module/guides/guide-office365/guide-office365.component.html

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h6 class="font-weight-semibold mb-3">
4141
<p class="step-guide">
4242
<span class="step_number">4</span>
4343
In the newly created App registration, go to Certificates & Secrets, and create a new one by clicking on "New client secret".
44-
Add a description. Set it to expires in 730 days (24 months) and click on Add. Copy the value in a safe place.
44+
Add a description. Set it to expires in 730 days (24 months) and click on Add. <span class="text-primary font-weight-semibold">Copy the value in a safe place.</span>
4545
</p>
4646
<img alt="Certificates & secret" class="step-img"
4747
src="../../../../assets/img/guides/office365/o365-certificate-secret.png">
@@ -94,30 +94,6 @@ <h6 class="font-weight-semibold mb-3">
9494
<li>
9595
<p class="step-guide">
9696
<span class="step_number">10</span>
97-
Go to
98-
<a class="text-primary font-weight-semibold" href="https://compliance.microsoft.com"
99-
target="_blank"> https://compliance.microsoft.com</a> and sign in.
100-
</p>
101-
102-
</li>
103-
<li>
104-
<p class="step-guide">
105-
<span class="step_number">11</span>
106-
In the left navigation pane of the compliance portal, select Audit. If auditing isn't turned on for your organization,
107-
a banner is displayed prompting you start recording user and admin activity.
108-
</p>
109-
<img alt="Overview" class="step-img mt-3"
110-
src="../../../../assets/img/guides/office365/o365-auditing-banner.png">
111-
</li>
112-
<li>
113-
<p class="step-guide">
114-
<span class="step_number">12</span>
115-
Select the Start recording user and admin activity banner. It may take up to 60 minutes for the change to take effect.
116-
</p>
117-
</li>
118-
<li>
119-
<p class="step-guide">
120-
<span class="step_number">13</span>
12197
Return to Azure Active Directory and go to the Registered Apps (step number 3) and make a
12298
note the info that appears in the Overview section (client ID, tenant ID) and the secret.
12399
</p>
@@ -126,7 +102,7 @@ <h6 class="font-weight-semibold mb-3">
126102
</li>
127103
<li>
128104
<p class="step-guide">
129-
<span class="step_number">14</span>
105+
<span class="step_number">11</span>
130106
Insert information in the following inputs.You can add more than one o365
131107
configuration by clicking on Add tenant button.
132108
</p>
@@ -140,7 +116,7 @@ <h6 class="font-weight-semibold mb-3">
140116
</li>
141117
<li>
142118
<p class="step-guide mb-3">
143-
<span class="step_number">15</span>
119+
<span class="step_number">12</span>
144120
Click on the button shown below, to activate the UTMStack features related to this integration
145121
</p>
146122
<app-app-module-activate-button [module]="module.O365" [type]="'integration'"

frontend/src/environments/environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
export const environment = {
66
production: false,
7-
SERVER_API_URL: 'https://192.168.1.18/',
8-
//SERVER_API_URL: 'http://localhost:8080/',
7+
// SERVER_API_URL: 'https://192.168.1.18/',
8+
SERVER_API_URL: 'http://localhost:8080/',
99
SERVER_API_CONTEXT: '',
1010
SESSION_AUTH_TOKEN: window.location.host.split(':')[0].toLocaleUpperCase(),
1111
WEBSOCKET_URL: '//localhost:8080',

0 commit comments

Comments
 (0)