Configuration in OneList

Once the Microsoft Graph Configuration has been completed in Azure AD for OneList, add the following entries to the Kubernetes config map:

  • IMAP__Authority: https://login.microsoftonline.com/<Azure Tenant Id>/v2.0

  • IMAP__ClientId: <the Application Id>

  • IMAP__ClientSecret: <the Client Secret>

  • IMAP__UserName: <the mailbox user account>

  • IMAP__Class: IQX.OneList.EmailApproval.Services.MsGraphHandlerService (only required for Email Approval)

  • Mailer__Class: IQX.Comms.Services.MSGraphMailer