4 Fixes on Calling Cloud Flows from Power Pages#146
Open
Kunter-Bunt wants to merge 4 commits intoMicrosoftDocs:mainfrom
Open
4 Fixes on Calling Cloud Flows from Power Pages#146Kunter-Bunt wants to merge 4 commits intoMicrosoftDocs:mainfrom
Kunter-Bunt wants to merge 4 commits intoMicrosoftDocs:mainfrom
Conversation
Kunter-Bunt
commented
Jul 26, 2024
- The changes in 961d54b are a clear mistake because the default contentType of ajax is formData. Readded the contentType.

- When you pass the parameters wrong, PowerPages also refuses to pass the default parameters siteID, siteUrl and userId. It is therefore detrimental that the guidance on no parameter says to pass an empty payload while you should pass an empty eventData.

- The HTTP Request sample passes the Location Parameter directly, not wrapping it in eventData. This is clearly contradicted by all the other documentation and does not work in my testing.
- While inputs are passed case sensitive, the outputs are passed back in lowercase. Added a note for that. (Technically you can see that in the tutorial, but its spaced far apart and is easily overlooked)

…se the secret id as client secret, but by own testing and [this discussion](https://powerusers.microsoft.com/t5/General-Discussions/Microsoft-LogIn-Unable-to-authenticate-with-external-account/m-p/2363622/highlight/true#M4637) this is wrong.
…aid to use the secret id as client secret, but by own testing and [this discussion](https://powerusers.microsoft.com/t5/General-Discussions/Microsoft-LogIn-Unable-to-authenticate-with-external-account/m-p/2363622/highlight/true#M4637) this is wrong." This reverts commit 055d1ea.
Author
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.