Azure Ad openid connect behavior

Zsolt Feher 1 Reputation point
2021-04-12T17:22:38.157+00:00

Hi,
Do you have any idea regarding the following question?
https://stackoverflow.com/questions/67062880/azure-openid-connect-redirect-behavior
Thank you,
Zsolt

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,951 Reputation points Moderator
    2021-04-21T06:42:24.567+00:00

    Hi @Zsolt Feher · Thank you for reaching out.

    When requesting the code, you can use Oauth parameter response_mode= query or fragment or form_post. When you use query or fragment, it provides the code as a query string parameter on your redirect URI. Where, form_post executes a POST containing the code to your redirect URI, which is happening in your case.

    I would suggest you to use response_mode= either query or fragment

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.