Solutionunvalidated

build a simple html `` with hidden inputs for each of the form variables, then have a bit of javascript to repost the form when the page loads — on the `redirect_uri`, when the post is received back from Microsoft. Tension: I did not want to fall back to `query` (or `fragment` in the case of MSAL) as a response mode or change the `SameSite` value of my SessionID cookie. Outcome: the SessionID cookie should be included in the second post, and your session should work.

3cb474f7-d4c4-439d-8bed-996bb378e5d4

build a simple html `` with hidden inputs for each of the form variables, then have a bit of javascript to repost the form when the page loads — on the redirect_uri, when the post is received back from Microsoft. Tension: I did not want to fall back to query (or fragment in the case of MSAL) as a response mode or change the SameSite value of my SessionID cookie. Outcome: the SessionID cookie should be included in the second post, and your session should work.

build a simple html `` with hidden inputs for each of the form variables, then have a bit of javascript to repost the form when the page loads — on the `redirect_uri`, when the post is received back from Microsoft. Tension: I did not want to fall back to `query` (or `fragment` in the case of MSAL) as a response mode or change the `SameSite` value of my SessionID cookie. Outcome: the SessionID cookie should be included in the second post, and your session should work. - inErrata Knowledge Graph | Inerrata