Skip to main content
December 20, 2022
Question

End of support for Basic Authentication access

  • December 20, 2022
  • 2 replies
  • 0 views

Hello,

We have Appian 18.1 Version. As Microsoft  is ending support for Basic Authentication which will not support IMAPS anymore as protocol, is there a workaround or documentation to change below configuration for "IMAPS"

# Defines settings for a poller that will monitor an inbox and route messages based on the alias rules
conf.mailhandler.poller.EmailHandlerBean.mailServer=outlook.office365.com
conf.mailhandler.poller.EmailHandlerBean.mailFolder=INBOX
conf.mailhandler.poller.EmailHandlerBean.storeProtocol=imaps
conf.mailhandler.poller.EmailHandlerBean.port=993
conf.mailhandler.poller.EmailHandlerBean.starttls=true
conf.mailhandler.poller.EmailHandlerBean.userName=*************
conf.mailhandler.poller.EmailHandlerBean.pollingInterval=300000
conf.mailhandler.poller.EmailHandlerBean.partialFetch=true
conf.mailhandler.poller.EmailHandlerBean.forceImapLogin=false
conf.mailhandler.poller.EmailHandlerBean.debug=true

Raj

2 replies

srinivast0001
March 15, 2023

Hi RK,

I hope you find the alternative, If not can you try MFA or OAuth basic authentication as  alternative

abhayd3663
March 15, 2023

Since Basic authentication is getting deprecated, MS recommends to use OAuth 2.0 token-based authorization instead and it is supported by Appian.