gpt4 book ai didi

azure-ad-b2c - 在自定义策略中发送 header 以调用 Azure AD B2C 中的 Restful 提供程序

转载 作者:行者123 更新时间:2023-12-03 17:16:24 25 4
gpt4 key购买 nike

作为自定义策略的一部分,我们调用 Rest 服务。我们需要发送 HTTP header 作为其中的一部分。是否可以将 HTTP header 作为 RestfulProvider 的一部分发送?称呼?

我们至少要发送 Accept=application/json到服务。

 <TechnicalProfile Id="Restful-ProxyAuthValidation">
<DisplayName>Restful Claims Provider</DisplayName>
<Protocol Name="Proprietary" Handler="Web.TPEngine.Providers.RestfulProvider, Web.TPEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
<Metadata>
<Item Key="ServiceUrl">https://contoso.azurewebsites.net/api/GFAuth</Item>
<Item Key="AuthenticationType">None</Item>
<Item Key="SendClaimsIn">Body</Item>
<Item Key="issuer">https://contoso.azurewebsites.net/</Item>
</Metadata>
....

最佳答案

您可以通过将以下元数据项添加到 (RestfulProvider) 技术配置文件中来发送 header 中的声明:

<Item Key="SendClaimsIn">Header</Item>

所有 InputClaims技术配置文件的内容将在标题中发送。

关于azure-ad-b2c - 在自定义策略中发送 header 以调用 Azure AD B2C 中的 Restful 提供程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45584083/

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