Disable Office 365 Products ability to download (MOBILE)
Hello, I am trying to disable the ability for people to download files from the Teams / Outlook applications on their mobile devices. I selected the Disable Downloads feature…
10/10/2023
Trying to get an access_token and refresh_token in. For this I am doing an oauth2 call with help of https://login.microsoftonline.com/{{ Tenant-ID }}/oauth2/v2.0/authorize?…… and where the response_type is code. With help of the CODE the next request will be the TOKEN call https://login.microsoftonline.com/{{ Tenant-ID }}/oauth2/v2.0/token with the scope: –data-urlencode ‘scope=https://graph.microsoft.com/user.read offline_access’ Now when I…