简体   繁体   English

Azure b2c AADB2C90108:业务流程步骤“1”未指定 CpimIssuerTechnicalProfileReferenceId,而预期的却是。\r\n相关性

[英]Azure b2c AADB2C90108: The orchestration step '1' does not specify a CpimIssuerTechnicalProfileReferenceId when one was expected.\r\nCorrelation

Hellow all,I am trying to get a Access token using the password grant type ina POST request from Azure AD B2C, but when I sent it I am getting the below error大家好,我正在尝试使用来自 Azure AD B2C 的 POST 请求中的密码授予类型获取访问令牌,但是当我发送它时,我收到以下错误

"error": "server_error", "error_description": "AADB2C90108: The orchestration step '1' does not specify a CpimIssuerTechnicalProfileReferenceId when one was expected.\r\nCorrelation ID: .............\r\n" "error": "server_error", "error_description": "AADB2C90108: 编排步骤 '1' 没有指定 CpimIssuerTechnicalProfileReferenceId,而预期的却是。\r\n相关 ID: ...... \r\n"

I have tried with other authentication types like client credintials which is not working azure ad b2c but getting below error我尝试过使用其他身份验证类型,例如客户端凭据,它无法在 azure ad b2c 中运行,但出现错误

"error": "unsupported_grant_type",
"error_description": "AADB2C90086: The supplied grant_type [client_credentials] is not supported.\r\nCorrelation ID:

please help请帮忙

The usual reason you get this is that it's missing eg你得到这个的通常原因是它丢失了,例如

<OrchestrationStep Order="3" Type="SendClaims" CpimIssuerTechnicalProfileReferenceId="JwtIssuer" />

Are you using a custom policy?您是否使用自定义策略? What type of policy are you using?您使用什么类型的政策?

As the error message says, "client credentials" is not yet supported in B2C.正如错误消息所述,B2C 尚不支持“客户端凭据”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure自定义策略B2C - 业务流程步骤 - Azure Custom Policy B2C - Orchestration step 尝试从 Azure B2C 请求访问令牌时出现错误 AADB2C99067 - Getting Error AADB2C99067 when trying to request access token from Azure B2C 在同一编排步骤 Azure B2C 上的声明交换之间切换 - Toggling between claims exchanges on the same orchestration step Azure B2C Azure Active Directory B2C - AADB2C - AADB2C90079:客户在兑换机密授权时必须发送 client_secret - Azure Active Directory B2C - AADB2C - AADB2C90079: Clients must send a client_secret when redeeming a confidential grant Blazor WebAssembly Azure B2C 错误:AADB2C90205(权限不足) - Blazor WebAssembly Azure B2C Error: AADB2C90205 (insufficient permissions) 获取 Azure AD B2C 策略的 SAML 元数据时出错 - AADB2C90022 - Error getting SAML Metadata for Azure AD B2C Policy - AADB2C90022 Azure AD B2C-MSAL JS-刷新令牌会产生AADB2C90055 - Azure AD B2C - MSAL JS - Refreshing token yields AADB2C90055 Azure AD B2C - 创建应用注册后立即出现错误 AADB2C90018 - Azure AD B2C - Error AADB2C90018 immediately after the app registration was created Azure AD B2C AADB2C99002 错误 - 但我确实存在 - Azure AD B2C AADB2C99002 error - but I do exist Azure B2C 客户端凭据流抛出 invalid_grant AADB2C90085 - Azure B2C client credentials flow throws invalid_grant AADB2C90085
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM