Oauth 2.0 Azure API管理OAuth2重定向Uri为空

Oauth 2.0 Azure API管理OAuth2重定向Uri为空,oauth-2.0,azure-api-management,Oauth 2.0,Azure Api Management,我正试图将OAuth2服务添加到我的Azure Api管理服务(消费计划)中,但授权代码授权流重定向uri被设置为null/signin oauth/code/callback/{name} 在“添加OAuth2服务”选项卡上,我设置了OAuth2服务的名称和id(在本例中为“test1”) 然后将自动生成的重定向uri设置为null/signin oauth/code/callback/test1 我知道重定向uri应该是什么-https://{my api management serv

我正试图将OAuth2服务添加到我的Azure Api管理服务(消费计划)中,但授权代码授权流重定向uri被设置为
null/signin oauth/code/callback/{name}

在“添加OAuth2服务”选项卡上,我设置了OAuth2服务的名称和id(在本例中为“test1”)

然后将自动生成的重定向uri设置为
null/signin oauth/code/callback/test1

我知道重定向uri应该是什么-
https://{my api management service name}.developer.azure api.net/signin oauth/code/callback/test1
。调用此命令时,我得到一个服务器未找到错误。所以它看起来好像没有被设置


它似乎对消费计划以外的任何东西都有效。

结果证明我遵循了错误的指南

当我应该使用