简体   繁体   English

在登录期间,密码值不会通过 Azure AD B2C 传递到 Azure Function 通过 REST API

[英]Password value does not pass-through Azure AD B2C to Azure Function via REST API during Sign-In

Anyone pls advise?有人请建议吗? I would like to get Input Password value from Azure Function to Azure AD B2C during Sign In.我想在登录期间从 Azure Function 到 Azure AD B2C 获取输入密码值。 I tried according to some sample;我根据一些样本进行了尝试; I received email value, but password value not returned to Azure Function.我收到 email 值,但密码值没有返回到 Azure Function。

enter image description here在此处输入图像描述

You can only operate on the password claim within the technical profile in which it is captured.您只能在捕获密码的技术配置文件中操作密码声明。 You'd have to use a validation technical profile to call your rest api from the self asserted technical profile from which the password is captured from.您必须使用验证技术配置文件从捕获密码的自我断言技术配置文件中调用您的 rest api。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM