
craig_welton
Legendary Poster
Hi all,
This is a bit of a Hail Mary, but here it goes ...
We have a BSSV that connects to outlook365 using the javamail library and the IMAP protocol. It polls email accounts and integrates stuff in to JDE; been working great for years. MS is disabling this type of access which is considered "Basic Authentication" since we pass a user and password during the login. The "MODERN" authentication is based on OAUTH2 and seems to require interaction with an Azure application to get tokens etc. I have no experience with Azure and the documentation for calling the right endpoints is not clear to me. It currently seems like there needs to be interaction from a user to authenticate, which is not possible in our BSSV called from a UBE.
So hoping someone here has some experience with Azure and calling APIs to get a token for use with OAUTH2 and javamail.
thanks,
Craig
This is a bit of a Hail Mary, but here it goes ...
We have a BSSV that connects to outlook365 using the javamail library and the IMAP protocol. It polls email accounts and integrates stuff in to JDE; been working great for years. MS is disabling this type of access which is considered "Basic Authentication" since we pass a user and password during the login. The "MODERN" authentication is based on OAUTH2 and seems to require interaction with an Azure application to get tokens etc. I have no experience with Azure and the documentation for calling the right endpoints is not clear to me. It currently seems like there needs to be interaction from a user to authenticate, which is not possible in our BSSV called from a UBE.
So hoping someone here has some experience with Azure and calling APIs to get a token for use with OAUTH2 and javamail.
thanks,
Craig