AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application Python

此生再无相见时 提交于 2021-01-28 06:21:44

问题


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/ and https://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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!