{"id":14633,"date":"2025-11-12T16:33:09","date_gmt":"2025-11-12T16:33:09","guid":{"rendered":"https:\/\/www.snapsurveys.com\/support-snapxmp\/?post_type=epkb_post_type_1&#038;p=14633"},"modified":"2025-11-12T16:33:11","modified_gmt":"2025-11-12T16:33:11","slug":"inbox-set-up-when-using-oauth-and-microsoft-office-365","status":"publish","type":"epkb_post_type_1","link":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/","title":{"rendered":"Inbox set up when using OAUTH and Microsoft Office 365"},"content":{"rendered":"\n<p>Setting up a Snap Online Inbox to access Office 365 email data requires authentication using OAUTH. This involves several steps in your Azure portal, on the Snap XMP Online server and in the Snap XMP Online admin user interface.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Set up in Azure portal<\/h2>\n\n\n\n<p>The following links may help with registering an app:<\/p>\n\n\n\n<p><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/active-directory\/develop\/quickstart-register-app\">https:\/\/learn.microsoft.com\/en-us\/azure\/active-directory\/develop\/quickstart-register-app<\/a> and<\/p>\n\n\n\n<p><a href=\"https:\/\/learn.microsoft.com\/en-us\/exchange\/client-developer\/legacy-protocols\/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth\">https:\/\/learn.microsoft.com\/en-us\/exchange\/client-developer\/legacy-protocols\/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Registering the app<\/h3>\n\n\n\n<p>In Azure AD click the App registrations link and then click the New registration link at the top left of the main pane. Give it a name and click the Register button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"641\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-1024x641.jpeg\" alt=\"\" class=\"wp-image-14634\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-1024x641.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-300x188.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-768x480.jpeg 768w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-1536x961.jpeg 1536w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1.jpeg 1736w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Add new registration<\/figcaption><\/figure>\n\n\n\n<p>&nbsp;You should now see an entry in your registrations list.<\/p>\n\n\n\n<p>From the left-hand size menu click on the Certificates and Secrets link.<\/p>\n\n\n\n<p>To generate a certificate, you need to run a Power Shell script, like this example.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Certificate creation script<\/td><\/tr><tr><td><code>Run this script as an administrator<br>#--- config start<br>$dnsName = \"snapsurveyscom.sharepoint.com\" # Your DNS name<br>$password = \"XXXXX\" # Certificate password<br>$folderPath = \"C:\\downloads\" # Where do you want the files to get saved to? The folder needs to<br>exist.<br>$fileName = \"SelfSignedSep2022\" # What do you want to call the cert files? without the file<br>extension<br>$yearsValid = 10 # Number of years until you need to renew the certificate<br>#--- config end<br>$certStoreLocation = \"cert:\\LocalMachine\\My\"<br>$expirationDate = (Get-Date).AddYears($yearsValid)<br>$certificate = New-SelfSignedCertificate -DnsName $dnsName -CertStoreLocation<br>$certStoreLocation -NotAfter $expirationDate -KeyExportPolicy Exportable -KeySpec Signature<br>$certificatePath = $certStoreLocation + '\\' + $certificate.Thumbprint<br>$filePath = $folderPath + '\\' + $fileName<br>$securePassword = ConvertTo-SecureString -String $password -Force -AsPlainText<br>Export-Certificate -Cert $certificatePath -FilePath ($filePath + '.cer')<br>Export-PfxCertificate -Cert $certificatePath -FilePath ($filePath + '.pfx') -Password<br>$securePassword<br><br>#https:\/\/laurakokkarinen.com\/authenticating-to-office-365-apis-with-a-certificate-step-by-step\/<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>&nbsp;Note: You will need to change the $dnsName variable, check the $folderPath exists on the system where you want to run the script, and maybe consider changing the $fileName to something meaningful.<\/p>\n\n\n\n<p>Set the $password variable to a password you will remember as you will need this when installing in the SOL server.<\/p>\n\n\n\n<p>This generates a PFX file and a CER file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Upload the CER file<\/h3>\n\n\n\n<p>In the Azure AD portal select the certificates tab and click the Upload certificate button and upload the CER file. On loading, the thumbprint will be displayed in the UI.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Setting the app permissions<\/h3>\n\n\n\n<p>Next you need to set the permissions for the app.<\/p>\n\n\n\n<p>On the left hand side choose API Permissions. Click Add a Permission and select APIs my organization uses. Type in \u2018Office 365 Exchange\u2019 in the \u201cStart typing an API name or Application ID\u201d field.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"360\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-3-1024x360.jpeg\" alt=\"\" class=\"wp-image-14636\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-3-1024x360.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-3-300x106.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-3-768x270.jpeg 768w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-3.jpeg 1409w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">API Permissions<\/figcaption><\/figure>\n\n\n\n<p>&nbsp;Click on the Office 365 Exchange Online to select it and then choose Application Permissions.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"339\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-4-1024x339.jpeg\" alt=\"\" class=\"wp-image-14637\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-4-1024x339.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-4-300x99.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-4-768x254.jpeg 768w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-4-1536x508.jpeg 1536w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-4.jpeg 1599w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Permissions<\/figcaption><\/figure>\n\n\n\n<p>&nbsp;Under Application permissions find IMAP and POP3 and Mail.Read<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"863\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-5-1024x863.jpeg\" alt=\"\" class=\"wp-image-14638\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-5-1024x863.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-5-300x253.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-5-768x647.jpeg 768w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-5.jpeg 1433w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Mail permissions required<\/figcaption><\/figure>\n\n\n\n<p>&nbsp;When the permissions are added you should see the following:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"375\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-6-1024x375.jpeg\" alt=\"\" class=\"wp-image-14639\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-6-1024x375.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-6-300x110.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-6-768x281.jpeg 768w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-6-1536x562.jpeg 1536w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-6.jpeg 1856w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>&nbsp;If the status does not show as live, an Azure AD admin needs to approve the permissions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Link the Exchange app to the Snap Online mailbox<\/h3>\n\n\n\n<p>In order for Snap Online to process the emails, you need to link the Snap Online mailbox user with the application registration.<\/p>\n\n\n\n<p>The following Powershell commands need to be run by an Azure AD admin (The Microsoft.Graph Powershell SDK module may need to be installed\/imported before these can be run). This script can be run from a Cloud Shell.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$TenantId = \"\" #Azure Tenant ID (GUID)\n$AppName = \"\" #App name as created\n$Mailbox = \"\" #Identity of mailbox to be used by Snap Online\n\n#install-module microsoft.graph.applications\n#import-module microsoft.graph.applications\n\nConnect-MgGraph -TenantId $TenantId\n$AppSP = Get-MgServicePrincipal -All | ? {$_.displayname -eq $AppName}\nConnect-ExchangeOnline\nNew-ServicePrincipal -AppId $AppSP.AppId -ObjectId $AppSP.Id -DisplayName $AppName\"SP\" Add-MailboxPermission -Identity $Mailbox -User $AppSP.Id -AccessRights FullAccess<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Installing the certificate on the Snap Online server<\/h2>\n\n\n\n<p>&nbsp;You will need to install the .PFX file on the Snap Online server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install the pfx<\/h3>\n\n\n\n<p>Copy the pfx file to the Snap Online server.<\/p>\n\n\n\n<p>Open the file with the Certificate Import Wizard.<\/p>\n\n\n\n<p>Select \u201cLocal Machine\u201d and then click Next.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1106\" height=\"995\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-7.jpeg\" alt=\"\" class=\"wp-image-14640\" style=\"width:472px;height:auto\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-7.jpeg 1106w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-7-300x270.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-7-1024x921.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-7-768x691.jpeg 768w\" sizes=\"(max-width: 1106px) 100vw, 1106px\" \/><\/figure>\n\n\n\n<p>If the file name is not there, browse to it and click Next.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1121\" height=\"1096\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-8.jpeg\" alt=\"\" class=\"wp-image-14641\" style=\"width:500px;height:auto\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-8.jpeg 1121w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-8-300x293.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-8-1024x1001.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-8-768x751.jpeg 768w\" sizes=\"(max-width: 1121px) 100vw, 1121px\" \/><\/figure>\n\n\n\n<p>Enter the password, set in your Power Shell script earlier, and make sure that you select the check box for \u201cMark this key as exportable\u2026\u201d.<\/p>\n\n\n\n<p>Click Next.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1146\" height=\"1120\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-9.jpeg\" alt=\"\" class=\"wp-image-14642\" style=\"width:536px;height:auto\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-9.jpeg 1146w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-9-300x293.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-9-1024x1001.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-9-768x751.jpeg 768w\" sizes=\"(max-width: 1146px) 100vw, 1146px\" \/><\/figure>\n\n\n\n<p>Change the radio button to \u201cPlace all certificates in the following store\u201d and click Browse. Select the \u201cPersonal\u201d store and click OK.<\/p>\n\n\n\n<p>&nbsp;Click Finish to complete the import.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1163\" height=\"1139\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-10.jpeg\" alt=\"\" class=\"wp-image-14643\" style=\"width:597px;height:auto\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-10.jpeg 1163w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-10-300x294.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-10-1024x1003.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-10-768x752.jpeg 768w\" sizes=\"(max-width: 1163px) 100vw, 1163px\" \/><\/figure>\n\n\n\n<p>The Certificate snap in should now be loaded.<\/p>\n\n\n\n<p>Right click on the certificate you are using for OAuth and choose \u201cAll Tasks -&gt; Manage Private Keys\u2026\u201d.<\/p>\n\n\n\n<p>If you don\u2019t see an entry for the IIS_IUSRS group then click the \u201cAdd..\u201d button to find it in your Active Directory and add.<\/p>\n\n\n\n<p>You need to give this group \u201cFull control\u201d.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"452\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-11.jpeg\" alt=\"\" class=\"wp-image-14645\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-11.jpeg 360w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-11-239x300.jpeg 239w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Snap Online Admin configuration<\/h2>\n\n\n\n<p>Log in as a Sysadmin account and select Configuration | Inbox accounts. Select the Add account option:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1442\" height=\"407\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-12.jpeg\" alt=\"\" class=\"wp-image-14647\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-12.jpeg 1442w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-12-300x85.jpeg 300w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-12-1024x289.jpeg 1024w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-12-768x217.jpeg 768w\" sizes=\"(max-width: 1442px) 100vw, 1442px\" \/><\/figure>\n\n\n\n<p>Fill in the relevant fields and select the \u2018Use OAuth\u2019 option and the following fields will become available to fill in:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Authority Url<\/h3>\n\n\n\n<p>The url of the server that returns the token to the client. For Office 365 mailboxes this is always <a href=\"https:\/\/login.microsoftonline.com\">https:\/\/login.microsoftonline.com<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Tenant id<\/h3>\n\n\n\n<p><p>The unique identifier for your organisation within Azure AD.<\/p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"489\" height=\"270\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-13-1.jpeg\" alt=\"\" class=\"wp-image-14661\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-13-1.jpeg 489w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-13-1-300x166.jpeg 300w\" sizes=\"(max-width: 489px) 100vw, 489px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">OAuth Scopes<\/h3>\n\n\n\n<p>For Office 365 set to: <a href=\"https:\/\/outlook.office365.com\/.default\">https:\/\/outlook.office365.com\/.default<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Client id for OAuth<\/h3>\n\n\n\n<p>When you create a new app registration, Azure AD will allocate a GUID which is the client id. In Azure AD find your app registration settings and click \u2018Overview\u2019. The GUID can be found in the section \u2018Essentials\u2019 \u2013 \u2018Application (client id)&#8217;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"286\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-14-1.jpeg\" alt=\"\" class=\"wp-image-14662\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-14-1.jpeg 524w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-14-1-300x164.jpeg 300w\" sizes=\"(max-width: 524px) 100vw, 524px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">OAuth Certificate thumbprint<\/h3>\n\n\n\n<p>Within the application in Azure AD, select \u2018Manage\u2019, and then select the link for \u2018Certificates and Secrets\u2019. In the main content page, select the tab \u2018Certificates\u2019. Your certificate should be listed with the thumbprint in the first column. If you do not have a certificate then you need to create one.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"521\" height=\"267\" src=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-15-1.jpeg\" alt=\"\" class=\"wp-image-14663\" srcset=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-15-1.jpeg 521w, https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-15-1-300x154.jpeg 300w\" sizes=\"(max-width: 521px) 100vw, 521px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Setting up a Snap Online Inbox to access Office 365 email data requires authentication using OAUTH. This involves several steps in your Azure portal, on the Snap XMP Online server and in the Snap XMP Online admin user interface. Step 1: Set up in Azure portal The following links may help with registering an app: [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"epkb_post_type_1_category":[359],"epkb_post_type_1_tag":[361,360],"class_list":["post-14633","epkb_post_type_1","type-epkb_post_type_1","status-publish","hentry","epkb_post_type_1_category-single-sign-on-setup","epkb_post_type_1_tag-single-sign-on-2","epkb_post_type_1_tag-single-sign-on"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Inbox set up when using OAUTH and Microsoft Office 365 | SnapSurveys<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inbox set up when using OAUTH and Microsoft Office 365 | SnapSurveys\" \/>\n<meta property=\"og:description\" content=\"Setting up a Snap Online Inbox to access Office 365 email data requires authentication using OAUTH. This involves several steps in your Azure portal, on the Snap XMP Online server and in the Snap XMP Online admin user interface. Step 1: Set up in Azure portal The following links may help with registering an app: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/\" \/>\n<meta property=\"og:site_name\" content=\"SnapSurveys\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/snapsurveys\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-12T16:33:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-1024x641.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@snapsurveys\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/\",\"url\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/\",\"name\":\"Inbox set up when using OAUTH and Microsoft Office 365 | SnapSurveys\",\"isPartOf\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-1024x641.jpeg\",\"datePublished\":\"2025-11-12T16:33:09+00:00\",\"dateModified\":\"2025-11-12T16:33:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#primaryimage\",\"url\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1.jpeg\",\"contentUrl\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1.jpeg\",\"width\":1736,\"height\":1086},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Snap XMP Support\",\"item\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp-archive\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Inbox set up when using OAUTH and Microsoft Office 365\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/#website\",\"url\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/\",\"name\":\"Snap XMP Support Hub\",\"description\":\"Support documentation for Snap Surveys products\",\"publisher\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/#organization\",\"name\":\"Snap Surveys\",\"url\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2020\/06\/snap-surveys-logo-fc.svg\",\"contentUrl\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2020\/06\/snap-surveys-logo-fc.svg\",\"width\":867,\"height\":159,\"caption\":\"Snap Surveys\"},\"image\":{\"@id\":\"https:\/\/www.snapsurveys.com\/support-snapxmp\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/snapsurveys\",\"https:\/\/x.com\/snapsurveys\",\"https:\/\/www.linkedin.com\/company\/snapsurveys\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inbox set up when using OAUTH and Microsoft Office 365 | SnapSurveys","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/","og_locale":"en_GB","og_type":"article","og_title":"Inbox set up when using OAUTH and Microsoft Office 365 | SnapSurveys","og_description":"Setting up a Snap Online Inbox to access Office 365 email data requires authentication using OAUTH. This involves several steps in your Azure portal, on the Snap XMP Online server and in the Snap XMP Online admin user interface. Step 1: Set up in Azure portal The following links may help with registering an app: [&hellip;]","og_url":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/","og_site_name":"SnapSurveys","article_publisher":"https:\/\/www.facebook.com\/snapsurveys","article_modified_time":"2025-11-12T16:33:11+00:00","og_image":[{"url":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-1024x641.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@snapsurveys","twitter_misc":{"Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/","url":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/","name":"Inbox set up when using OAUTH and Microsoft Office 365 | SnapSurveys","isPartOf":{"@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#primaryimage"},"image":{"@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#primaryimage"},"thumbnailUrl":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1-1024x641.jpeg","datePublished":"2025-11-12T16:33:09+00:00","dateModified":"2025-11-12T16:33:11+00:00","breadcrumb":{"@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#primaryimage","url":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1.jpeg","contentUrl":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2025\/11\/word-image-14633-1.jpeg","width":1736,"height":1086},{"@type":"BreadcrumbList","@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp\/inbox-set-up-when-using-oauth-and-microsoft-office-365\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.snapsurveys.com\/support-snapxmp\/"},{"@type":"ListItem","position":2,"name":"Snap XMP Support","item":"https:\/\/www.snapsurveys.com\/support-snapxmp\/snapxmp-archive\/"},{"@type":"ListItem","position":3,"name":"Inbox set up when using OAUTH and Microsoft Office 365"}]},{"@type":"WebSite","@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/#website","url":"https:\/\/www.snapsurveys.com\/support-snapxmp\/","name":"Snap XMP Support Hub","description":"Support documentation for Snap Surveys products","publisher":{"@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.snapsurveys.com\/support-snapxmp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/#organization","name":"Snap Surveys","url":"https:\/\/www.snapsurveys.com\/support-snapxmp\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/#\/schema\/logo\/image\/","url":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2020\/06\/snap-surveys-logo-fc.svg","contentUrl":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-content\/uploads\/2020\/06\/snap-surveys-logo-fc.svg","width":867,"height":159,"caption":"Snap Surveys"},"image":{"@id":"https:\/\/www.snapsurveys.com\/support-snapxmp\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/snapsurveys","https:\/\/x.com\/snapsurveys","https:\/\/www.linkedin.com\/company\/snapsurveys"]}]}},"_links":{"self":[{"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/epkb_post_type_1\/14633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/epkb_post_type_1"}],"about":[{"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/types\/epkb_post_type_1"}],"author":[{"embeddable":true,"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/comments?post=14633"}],"version-history":[{"count":21,"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/epkb_post_type_1\/14633\/revisions"}],"predecessor-version":[{"id":14854,"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/epkb_post_type_1\/14633\/revisions\/14854"}],"wp:attachment":[{"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/media?parent=14633"}],"wp:term":[{"taxonomy":"epkb_post_type_1_category","embeddable":true,"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/epkb_post_type_1_category?post=14633"},{"taxonomy":"epkb_post_type_1_tag","embeddable":true,"href":"https:\/\/www.snapsurveys.com\/support-snapxmp\/wp-json\/wp\/v2\/epkb_post_type_1_tag?post=14633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}