问题
I try to use the quickstart of sign-in with Microsoft but when I try to log an error appear:
in my config file i have this parameters:
and in the app config i have this paramter:
i dont know what is happening :(
Thanks for the help! :D
回答1:
Your Redirect_Path
should be same with azure portal Redirect URIs
.
Note: Protocol matters. AAD will treat
http://localhost/logfinal/
andhttps://localhost/logfinal/
as different reply URLs. If you are still having an issue after following the steps above, check that the configured reply URL matches the protocol you're actually using.
Hope this would help. Additionally, please refer to Official document for more details.
来源:https://stackoverflow.com/questions/61104487/aadsts50011-the-reply-url-specified-in-the-request-does-not-match-the-reply-url