【发布时间】:2020-09-06 17:03:18
【问题描述】:
我关注了 this 设置 Microsoft Auth 系统的文档,但遇到了错误 aadsts50011 (here is azure portal URI) (here is my settings.py file) (here is django admin portal site)
【问题讨论】:
标签: django azure backend django-authentication
我关注了 this 设置 Microsoft Auth 系统的文档,但遇到了错误 aadsts50011 (here is azure portal URI) (here is my settings.py file) (here is django admin portal site)
【问题讨论】:
标签: django azure backend django-authentication
当应用重定向到 login.microsoftonline.com 时,您可以复制 URL 并查看查询参数。其中之一将是redirect_uri。这应该与您在应用注册中配置的内容一致。
【讨论】: