ACC - Enable office365 OAuth for bounce email | Adobe Higher Education
Skip to main content
Adobe Employee
April 28, 2023
Beantwortet

ACC - Enable office365 OAuth for bounce email

  • April 28, 2023
  • 1 Antwort
  • 1126 Ansichten

Hi, Comunity of experts and geniuses,

 

(ACC - Hosted fully on-premise).

Has anyone encountered this error when enabling OAuth in office365 for bounce emails?

 

"OAuth 2.0 Authentication error: 'invalid_request' 'AADSTS900144': The request body must contain the following parameter: 'code.' …"

 

It’s as if the request formed by ACC is missing some required parameter.

 

 

 

Thanks for the help and suggestions.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von david--garcia

Hi, I don't think your external account is configured correctly, Azure redirect URL should look like the following.

 

Before configuring your POP3 external account using Microsoft OAuth 2.0, you first need to register your application in the Azure portal. For more on this, refer to this page.

 

Azure Redirect URL - Redirect URL can be found in the Authentication menu of your application in the Azure portal. It should end with the following syntax nl/jsp/oauth.jsp, e.g. https://redirect.adobe.net/nl/jsp/oauth.jsp.

 

 

Sources:
  1. https://wiki.corp.adobe.com/x/YY3ulQ
  2. https://experienceleague.adobe.com/docs/campaign/campaign-v8/config/configuration/external-accounts.html%3Flang%3Dja?lang=en#

 

1 Antwort

david--garcia
Level 10
April 28, 2023

Hi, I don't think your external account is configured correctly, Azure redirect URL should look like the following.

 

Before configuring your POP3 external account using Microsoft OAuth 2.0, you first need to register your application in the Azure portal. For more on this, refer to this page.

 

Azure Redirect URL - Redirect URL can be found in the Authentication menu of your application in the Azure portal. It should end with the following syntax nl/jsp/oauth.jsp, e.g. https://redirect.adobe.net/nl/jsp/oauth.jsp.

 

 

Sources:
  1. https://wiki.corp.adobe.com/x/YY3ulQ
  2. https://experienceleague.adobe.com/docs/campaign/campaign-v8/config/configuration/external-accounts.html%3Flang%3Dja?lang=en#

 

RRafikiAdobe EmployeeAutor
Adobe Employee
April 28, 2023

I appreciate this contribution, David. Thank you.