没有回复 URL 配置 Microsoft Azure API
No reply URL Configured Microsoft Azure API
我正在做一个 class 项目来帮助我的老师开团队会议,我遇到了一些问题,所以需要一些建议。
在 mscore-graph-python api 项目中 github 应该在应用程序注册中创建的预期重定向是什么 url?或者天蓝色 api 我想就是那个。
当我同意该应用程序时,我收到错误消息。
Message: AADSTS500113: No reply address is registered for the application.
我在应用程序的身份验证部分启用了默认值 URL。任何建议这里有什么问题。
当前 URL 我得到错误的地方是
https://login.microsoftonline.com/common/Consent/Set
一旦我成功登录,中间件就会出现问题,我无法获得 url 或者我的重定向 URL 是错误的。
我也试过默认的urlhttps://login.microsoftonline.com/common/oauth2/nativeclient
但是我也报错
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'e2ab39bb-a046-4957-90ba-1295e26dac89'.
我什至尝试将其设置为默认值,但即使那样也不起作用。所以需要一些建议。
发现我解码了 URL,它期待通过中间件重定向 URL http://localhost:8400。
我正在做一个 class 项目来帮助我的老师开团队会议,我遇到了一些问题,所以需要一些建议。
在 mscore-graph-python api 项目中 github 应该在应用程序注册中创建的预期重定向是什么 url?或者天蓝色 api 我想就是那个。
当我同意该应用程序时,我收到错误消息。
Message: AADSTS500113: No reply address is registered for the application.
我在应用程序的身份验证部分启用了默认值 URL。任何建议这里有什么问题。
当前 URL 我得到错误的地方是
https://login.microsoftonline.com/common/Consent/Set
一旦我成功登录,中间件就会出现问题,我无法获得 url 或者我的重定向 URL 是错误的。
我也试过默认的urlhttps://login.microsoftonline.com/common/oauth2/nativeclient
但是我也报错
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'e2ab39bb-a046-4957-90ba-1295e26dac89'.
我什至尝试将其设置为默认值,但即使那样也不起作用。所以需要一些建议。
发现我解码了 URL,它期待通过中间件重定向 URL http://localhost:8400。