semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.

Open wqyliyang opened this issue 2 years ago • 7 comments

After the deployment is successful, the front-end page fails to display redirection

invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.

wqyliyang avatar May 10 '23 02:05 wqyliyang

me too

xkbear avatar May 10 '23 04:05 xkbear

you can use 'http' instead of 'https' as your redirect_uri

doolachen avatar May 10 '23 06:05 doolachen

you can use 'http' instead of 'https' as your redirect_uri

In my case this fixed the error.

atodniAr avatar May 10 '23 07:05 atodniAr

you can use 'http' instead of 'https' as your redirect_uri

In my case this fixed the error.

Excuse me, which file and line is this modification in? Can you point it out for me? Thank you.

joisonwk avatar May 10 '23 07:05 joisonwk

you can use 'http' instead of 'https' as your redirect_uri

In my case this fixed the error.

Excuse me, which file and line is this modification in? Can you point it out for me? Thank you.

In your Microsoft Azure Active Directory(ADD) application panel where you input redirect_uri. image

doolachen avatar May 10 '23 08:05 doolachen

你可以使用 'http' 而不是 'https' 作为你的 redirect_uri

在我的例子中,这修复了错误。

appreciate! solved

xkbear avatar May 10 '23 11:05 xkbear

你可以使用 'http' 而不是 'https' 作为你的 redirect_uri

在我的例子中,这修复了错误。

请问这个修改在哪个文件和行?你能帮我指出来吗?谢谢。

在您输入 redirect_uri 的 Microsoft Azure Active Directory (ADD) 应用程序面板中。 图像

great! my chat has run!

xkbear avatar May 10 '23 11:05 xkbear