Skip to content

Instantly share code, notes, and snippets.

@lebeker
Created January 31, 2022 13:53
Show Gist options
  • Select an option

  • Save lebeker/51a64f8cc5b84aeed178abf87c908896 to your computer and use it in GitHub Desktop.

Select an option

Save lebeker/51a64f8cc5b84aeed178abf87c908896 to your computer and use it in GitHub Desktop.

Revisions

  1. lebeker created this gist Jan 31, 2022.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    For anyone reading this, the issue is that the platform is trying to set MsaAppType to "0" instead of null.
    You can just recreate in Postman the same request your browser is making, just make sure to update the payload with the right value for MsaAppType

    Steps:

    Open network tab in the browser
    Watch the request fail
    Right-click -> copy request as cURL
    Open Postman and click new request -> import -> raw text and paste the request
    Edit the request body to remove the MsaAppType key
    Send it & you're done. Refresh the botframework site to check if it worked

    Kudos to https://github.com/microsoft/botframework-sdk/issues/3549#issuecomment-997344952