Skip to content

Commit dc000f1

Browse files
Merge pull request #1910 from kris6673/dev
Update calendar permissions and add App consent admin requests standard
2 parents 08e306d + 7a6c678 commit dc000f1

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/data/standards.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@
186186
"helpText": "",
187187
"label": "Allow users to consent to applications with low security risk (Prevent OAuth phishing. Lower impact, less secure.)"
188188
},
189+
{
190+
"cat": "AAD",
191+
"name": "standards.EnableAppConsentRequests",
192+
"helpText": "Enables App consent admin requests for the tenant via the GA role. Does not overwrite existing reviewer settings",
193+
"addedComponent": null,
194+
"label": "Enable App consent admin requests"
195+
},
189196
{
190197
"cat": "AAD",
191198
"name": "standards.LegacyMFACleanup",
@@ -242,6 +249,7 @@
242249
"addedComponent": null,
243250
"label": "Enable FIDO2 capabilities"
244251
},
252+
245253
{
246254
"name": "standards.OutBoundSpamAlert.Enabled",
247255
"cat": "Exchange",

src/views/email-exchange/administration/EditCalendarPermissions.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ const EditCalendarPermission = () => {
174174
{ value: 'PublishingAuthor', name: 'Publishing Author' },
175175
{ value: 'PublishingEditor', name: 'Publishing Editor' },
176176
{ value: 'Reviewer', name: 'Reviewer' },
177+
{ value: 'LimitedDetails', name: 'Limited Details' },
178+
{ value: 'AvailabilityOnly', name: 'Availability Only' },
177179
]}
178180
placeholder="Select a permission level"
179181
name="Permissions"

src/views/email-exchange/administration/EditMailboxPermissions.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,8 @@ const CalendarPermissions = () => {
531531
name: 'Publishing Editor',
532532
},
533533
{ value: 'Reviewer', name: 'Reviewer' },
534+
{ value: 'LimitedDetails', name: 'Limited Details' },
535+
{ value: 'AvailabilityOnly', name: 'Availability Only' },
534536
]}
535537
placeholder="Select a permission level"
536538
name="Permissions"

0 commit comments

Comments
 (0)