Comments on: Application Access policies extend support for more scenarios https://practical365.com/new-application-access-policies-extend-support-for-more-scenarios/ Practical Office 365 News, Tips, and Tutorials Fri, 16 Sep 2022 19:32:17 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Aaron Lenchner https://practical365.com/new-application-access-policies-extend-support-for-more-scenarios/#comment-243065 Fri, 16 Sep 2022 19:32:17 +0000 https://www.practical365.com/?p=49909#comment-243065 Well, please disregard my earlier post. I just realized I had a typo which is why my tests never resulted in a Denied permission. Oops.

]]>
By: Aaron Lenchner https://practical365.com/new-application-access-policies-extend-support-for-more-scenarios/#comment-243063 Fri, 16 Sep 2022 19:17:10 +0000 https://www.practical365.com/?p=49909#comment-243063 Thank you for this explanation. I’ve been doing a lot of reading up on this as we are in need of updating Cherwell from EWS to using Modern Authentication, and this is the only method they are supporting. My question, however, is with regards to the -AccessRight switch “RestrictAccess”. We do want to limit the application to only one mailbox. Per your previous article on Application Policies on Exchange Online, you state:
“If a RestrictAccess policy exists for given Application and Target Mailbox pair, the app’s access request is granted.”, and
“If a RestrictAccess policies exists for given Application, but does not match a Target Mailbox, the app’s access request is denied.”

However, in testing my RestrictAccess policy using the command, Test-ApplicationAccessPolicy, I am getting results for all mailboxes as “granted”? I haven’t tried the code above, but shouldn’t I be getting a “denied” result with a restrict policy in place? Now I’m confused if this solution works as described?

]]>
By: <div class="apbct-real-user-wrapper"> <div class="apbct-real-user-author-name">Vasil Michev</div> <div class="apbct-real-user-badge" onmouseover=" let popup = document.getElementById('apbct_trp_comment_id_234429'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_234429"> <div class="apbct-real-user-title"> <p class="apbct-real-user-popup-header">The Real Person!</p> <p class="apbct-real-user-popup-text">Author <b>Vasil Michev</b> acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.</p> </div> </div> </div> </div> https://practical365.com/new-application-access-policies-extend-support-for-more-scenarios/#comment-234429 Tue, 27 Apr 2021 12:27:19 +0000 https://www.practical365.com/?p=49909#comment-234429 In reply to Juan Dewachter.

It’s supported just fine, you can find the original blog post announcing this here: https://techcommunity.microsoft.com/t5/exchange-team-blog/application-access-policy-support-in-ews/ba-p/2110361

When the documentation will be updated, I cannot tell you. They might even not add it there, as that article is specific to the Graph API, not EWS.

]]>
By: Juan Dewachter https://practical365.com/new-application-access-policies-extend-support-for-more-scenarios/#comment-234425 Tue, 27 Apr 2021 09:37:10 +0000 https://www.practical365.com/?p=49909#comment-234425 Hi

In the documentation of Microsoft https://docs.microsoft.com/en-us/graph/auth-limit-mailbox-access it’s mentioned the application access policy is only supported for below permissions:

– Mail.Read
– Mail.ReadBasic
– Mail.ReadBasic.All
– Mail.ReadWrite
– Mail.Send
– MailboxSettings.Read
– MailboxSettings.ReadWrite
– Calendars.Read
– Calendars.ReadWrite
– Contacts.Read
– Contacts.ReadWrite

There is nothing mentioned about the full_access_as_app permission. Could you please confirm the application access policy is also working for the full_access_as_app permission or is this not supported?

Thank you in advance

Kind regards

Juan

]]>
By: <div class="apbct-real-user-wrapper"> <div class="apbct-real-user-author-name">Vasil.Michev</div> <div class="apbct-real-user-badge" onmouseover=" let popup = document.getElementById('apbct_trp_comment_id_233429'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_233429"> <div class="apbct-real-user-title"> <p class="apbct-real-user-popup-header">The Real Person!</p> <p class="apbct-real-user-popup-text">Author <b>Vasil.Michev</b> acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.</p> </div> </div> </div> </div> https://practical365.com/new-application-access-policies-extend-support-for-more-scenarios/#comment-233429 Thu, 11 Feb 2021 18:45:38 +0000 https://www.practical365.com/?p=49909#comment-233429 Well, nice timing on this – the SPO folks just announced the following: https://developer.microsoft.com/en-us/graph/blogs/controlling-app-access-on-specific-sharepoint-site-collections/

]]>