B2C 获取为 B2C 策略配置的身份提供者列表?

B2C Getting list of identity providers configured for a B2C policy?

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

一种极端黑客方法可能是检索登录页面本身并从中抓取 CP 和 SA_FIELD 值。显然很脆。 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

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