在settings.py中,我已经给出了这些参数
AUTHENTICATION_BACKENDS = (
'social.backends.azuread.AzureADOAuth2',
)
SOCIAL_AUTH_AZUREAD_OAUTH2_KEY = 'xxxxxx-2d74-4d6a-9192-xxxxxxxxx'
SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET = 'xxxxxxxxBpMsu817qnattPRQI9hKLfdQ='
SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID ='xxx50be-xx-4611-bc99-72dafxx'
登录到应用程序时,在输入credentails时,它将重定向到Azure登录页面
AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application: 'xxxxxx-2d74-4d6a-9192-xxxxxxxxx'.
在Azure中,我将重播URL指定为http://ipaddress:8080/login
请帮助我,配置应用程序是否需要任何设置?