locked
Office 365 MS ADAL RRS feed

  • Question

  • UI Error : AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption

    Console Error: he request body must contain the following parameter: 'client_secret or client_assertion'

    We are using below technical specifications for the ionic App.

    IONIC: 5

    Angular: 9

    @ionic-native/ms-adal: 5.27.0

    cordova-plugin-ms-adal: 0.10.2

    Cordova version : 9.0.0

    "msal": "^1.3.3"

    • Moved by Dave PatrickMVP Wednesday, August 12, 2020 1:13 PM looking for forum
    Wednesday, August 12, 2020 8:37 AM

Answers

All replies

  • Enable or disable modern authentication in Exchange Online for client connections in Outlook 2013 or later
    Connect to Exchange Online PowerShell.

    Do one of these steps:

    Run the following command to enable modern authentication connections to Exchange Online by Outlook 2013 or later clients:

    PowerShell

    Set-OrganizationConfig -OAuth2ClientProfileEnabled $true
    Note that the previous command does not block or prevent Outlook 2013 or later clients from using basic authentication connections.

    Run the following command to prevent modern authentication connections (force the use of basic authentication connections) to Exchange Online by Outlook 2013 or later clients:

    PowerShell

    Set-OrganizationConfig -OAuth2ClientProfileEnabled $false
    To verify that the change was successful, run the following command:

    PowerShell

    Get-OrganizationConfig | Format-Table Name,OAuth* -Auto
    Wednesday, August 12, 2020 10:32 AM
  • I'd try asking for help over here.

    https://docs.microsoft.com/en-us/answers/topics/office-exchange-server-administration.html

     

     



    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    • Proposed as answer by Guido Franzke Thursday, August 13, 2020 5:55 AM
    • Marked as answer by Dave PatrickMVP Saturday, August 22, 2020 10:13 PM
    Wednesday, August 12, 2020 1:13 PM