【发布时间】:2020-12-14 11:18:21
【问题描述】:
我正在 Azure AD 和 Django 的帮助下创建单点登录 (SSO)。我正在使用
Python==3.8
Django==3.1
django-microsoft-auth==2.4.0
我按照https://django-microsoft-auth.readthedocs.io/en/latest/usage.html上的教程进行操作
但是当我在完成 10 个步骤后尝试使用注册电子邮件 ID 登录时出现此错误。我使用的天蓝色广告中的重定向 URI 是 https://localhost:8080/microsoft/auth-callback/
【问题讨论】:
-
您是如何进入 Microsoft 登录页面的?我正在尝试实现相同的模块,但我不知道在哪里输入凭据?
标签: python-3.x azure django-rest-framework single-sign-on django-3.1