2024 May 06 7:09 AM - edited 2024 May 23 12:40 AM
UPDATE : 23 May 2024 - In case anyone is reading / searching for the same thing, I've got a confirmation from ticket that this is a known bug and being worked on.
Hi everyone,
Have anyone succesfully manage to configure SMTP mail server with OAuth2Password base on the information below? This is for microsoft 365 account.
I've registered the app within Entra ID and give the correct permission (base on my current assumptiong). Testing the scope, client id and secret via postman seems to be okay (it returns the token).
However testing within BPA lobby is showing authentication issue. I'm trying to figure out if there is a missing configuration or is there something wrong within the test mail function?
#sbpa #irpa #bpa #automation
2024 Aug 16 2:54 PM
I have similar issue with setup . Are you able to figure it out correct setup in Entra ID ? I have also one issue while switching to Basic authentication to Oauth2password Destination does not appear in Mail server(Backend Configuration) in Lobby area. Have you faced such issue?
2024 Aug 19 7:17 AM - edited 2024 Aug 19 7:17 AM
Hi Manas,
At the moment it has not been fully resolve for my side.
I'm still in a conversation with SAP support regarding this and last advice was needing to enable SMTP AUTH, however due to it being a legacy way to connect, I'm having some challenges to enable that due to company policy that I'm working at.
You can use / build notification within the automation itself and that's working as expected on my end. The one within an automation uses the more up to date authentication call via the agent.
If you go with oauth2password, it might not appear due to how you grant the API permission within Azure, it needed to be Application instead of Delegation type and the Azure admin need to grant that (if that is not the case for your end at the moment).