gpt4 book ai didi

azure - 如何在 Arure API 管理服务中启用 OAuth 2.0 身份验证?

转载 作者:行者123 更新时间:2023-12-03 04:02:11 25 4
gpt4 key购买 nike

我正在尝试路由具有 REST API 的 Web 服务的数据:http://demo.akeneo.com/api/rest/v1/categories

我为此使用 Azure API 管理服务。我创建了一个 Azure API 管理服务和一个空白 API。我为此创建了一个 GET 方法。在测试这个 API 时,我遇到了如下错误:

HTTP/1.1 401 Unauthorized

cache-control: max-age=0, must-revalidate, no-store, private
content-security-policy: default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: ; frame-src * ; font-src 'self' data:
content-type: application/json
date: Tue, 12 May 2020 07:05:18 GMT
expires: Tue, 12 May 2020 07:05:18 GMT
ocp-apim-trace-location: https://apimst3v04xlapwxf3c99avt.blob.core.windows.net/apiinspectorcontainer/9kvUzyqpMfhQQii4nn7e49QLxiE1-16?sv=2018-03-28&sr=b&sig=e9ETEXuY0pbzxyM%2FLBsJiidcrVL%2BROf1FnZ9652IDfw%3D&se=2020-05-13T07%3A05%3A18Z&sp=r&traceId=ba521452333d475b95521351d7ac19f3
pragma: no-cache
transfer-encoding: chunked
vary: Origin
www-authenticate: Bearer realm="Service", error="access_denied", error_description="OAuth2 authentication required"
x-content-security-policy: default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: ; frame-src * ; font-src 'self' data:
x-frame-options: sameorigin
x-webkit-csp: default-src 'self' *.akeneo.com 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'nonce-07f41c14e74157aff6fa6296dac0027c13e46705'; img-src 'self' data: ; frame-src * ; font-src 'self' data:
{
"error": "access_denied",
"error_description": "OAuth2 authentication required"
}

当我将安全性更改为 OAuth 2.0 时,它显示“未配置 OAuth 2.0 服务器”。请任何人帮助如何配置 OAuth 2.0 服务器。另外,我在 Azure API 管理服务中使用的方法是正确获取 REST API 的数据。如果还有其他解决办法,请注明。 Image for reference in the Link

最佳答案

关于如何配置OAuth 2.0 Server,请引用本指南。

Configure an OAuth 2.0 authorization server in API Management .

关于azure - 如何在 Arure API 管理服务中启用 OAuth 2.0 身份验证?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61746473/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com