Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure B2C正在获取为B2C策略配置的身份提供商列表?_Azure_Azure Active Directory_Azure Ad B2c_Azure Ad Graph Api - Fatal编程技术网

Azure B2C正在获取为B2C策略配置的身份提供商列表?

Azure B2C正在获取为B2C策略配置的身份提供商列表?,azure,azure-active-directory,azure-ad-b2c,azure-ad-graph-api,Azure,Azure Active Directory,Azure Ad B2c,Azure Ad Graph Api,是否有Microsoft Graph API/其他API来获取为特定B2C策略配置的身份提供商列表 一种极端的黑客方法可能是检索登录页面本身,并从中获取CP和SA_字段值。显然很脆。URL的格式为: https://login.microsoftonline.com/<tenant>.onmicrosoft.com/oauth2/v2.0/authorize?p=<policy>&response_type=id_token&scope=openid%20

是否有Microsoft Graph API/其他API来获取为特定B2C策略配置的身份提供商列表

一种极端的黑客方法可能是检索登录页面本身,并从中获取CP和SA_字段值。显然很脆。URL的格式为:

https://login.microsoftonline.com/<tenant>.onmicrosoft.com/oauth2/v2.0/authorize?p=<policy>&response_type=id_token&scope=openid%20profile&client_id=<client_id>&redirect_uri=http%3A%2F%2Flocalhost%3A51454%2Findex.html

顺便说一句,目前还没有这样的api来获取为特定B2C策略配置的身份提供商列表,如果您需要该功能,您可以在中发送反馈

谢谢@nanyu。反馈帖子位于: