简体   繁体   English

azure B2c无缝用户迁移自定义策略错误

[英]azure B2c Seamless user migration custom policy error

Hi I am trying to validate the users password with onprem-api.您好,我正在尝试使用 onprem-api 验证用户密码。 Below is my trusted-framework base policy code.下面是我的可信框架基本策略代码。 The famework file will be avilable from the following Github link.可以从以下 Github 链接获取 famework 文件。 https://github.com/azure-ad-b2c/user-migration/issues/30 I am getting below error while executing the above policy "Unable to validate the information provided." https://github.com/azure-ad-b2c/user-migration/issues/30我在执行上述策略“无法验证所提供的信息”时遇到以下错误。 Can you please help me what i am missing here.你能帮我看看我在这里缺少什么吗?

Thanks, Shiva谢谢,湿婆

Please check below points:请检查以下几点:

Unable to validate the information provided无法验证提供的信息

  1. This issue may occur if we put the wrong IDs or values in the extensions policy for the Identity Experience Framework and Proxy Identity Experience Frame work applications or if the extension property itself not registered successfully.如果我们在 Identity Experience Framework 和 Proxy Identity Experience Frame 工作应用程序的扩展策略中放置了错误的 ID 或值,或者如果扩展属性本身未成功注册,则可能会发生此问题。
  2. Please check if custom attribute for the B2C or extension attribute is properly registered,So that that property is used in technical profile to be validated.请检查 B2C 的自定义属性或扩展属性是否已正确注册,以便该属性用于要验证的技术配置文件。 Define custom attributes in Azure Active Directory B2C | 在 Azure Active Directory B2C | 中定义自定义属性Microsoft Doc s 微软文档
  3. Please make sure the metadata details are all correct.To enable custom attributes in your policy,we need to provide Application ID and Application Object ID before using extension property in the AAD-Common technical profile metadata.请确保元数据详细信息全部正确。要在您的策略中启用自定义属性,我们需要在使用 AAD 通用技术配置文件元数据中的扩展属性之前提供应用程序 ID 和应用程序 Object ID modify-your-custom-policy as such.修改您的自定义策略。

 <Metadata> <Item Key="ApplicationObjectId"> objectId here</Item> <Item Key="ClientId"> appId here</Item> </Metadata>

  1. Also please check if,datatype of custom attribute mentioned is correct and the received claim matches the data type.See b2c-custom-policy-starterpack/issues另请检查所提及的自定义属性的数据类型是否正确以及收到的声明是否与数据类型匹配。请参阅b2c-custom-policy-starterpack/issues

References:参考:

  1. c# -"Unable to validate the information provided"DNA integration - Stack Overflow c# - “无法验证所提供的信息”DNA 整合 - 堆栈内存溢出
  2. azure ad B2C force password reset. azure 广告 B2C 强制密码重置。 Unable to validate the information provided · Issue GitHub无法验证提供的信息 · Issue GitHub

暂无
暂无

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

相关问题 Azure AD B2C 自定义策略中自定义声明的本地化 - Localization of custom claim in Azure AD B2C custom policy Azure B2C:KMSI 功能不适用于自定义策略 - Azure B2C: KMSI feature does not work with custom policy Azure AD b2c 自定义策略:更改用户个人资料图片 - Azure AD b2c Custom policy: Change User Profile picture Azure B2C - 自定义策略 - 密码更改 - Azure B2C - Custom Policy - Password Change Azure B2C 自定义策略:如果用户无法访问验证器应用程序,您如何重置 TOTP 设置? - Azure B2C Custom Policy: How do you reset the TOTP settings in the event that a user lost access to there authenticator app? 如何设置Sign In only Azure B2C用户流量策略? 收到 HTTP401 错误 - How to set up a Sign In only Azure B2C user flow policy? Getting HTTP401 error 本地化 TemplateId InputParameter 值在 Azure B2C 自定义策略与 SendGrid 自定义 email 验证 - Localize TemplateId InputParameter value in Azure B2C custom policy with SendGrid custom email verification Azure B2C - 自定义策略 - 自定义 UI - 更改密码 _ 继续按钮禁用 - Azure B2C - Custom Policy - Custom UI - Change Password _ continue button disable 如何在 Azure B2C 自定义策略中将声明转换为 HMACSHA256 声明? - How do I transform a claim to a HMACSHA256 claim in an Azure B2C custom policy? Azure b2c自定义策略,LinkedIn Identity Provider,无法获取email地址 - Azure b2c custom policy, LinkedIn Identity Provider, unable to get email address
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM