通过REST获取ClaimType枚举

时间:2018-03-13 10:00:08

标签: azure-ad-b2c identity-experience-framework

我们很高兴通过自定义RESTful API丰富我们的声明,但是是否可以在下拉列表中显示获取的声明值(例如逗号分隔符)并且要求用于选择一个?

<ClaimType Id="city">
  <DisplayName>city where you work</DisplayName>
  <DataType>string</DataType>
  <UserInputType>DropdownSingleSelect</UserInputType>
  <Restriction>
      <!-- FETCH THESE VIA REST --> 
      <Enumeration Text="Bellevue" Value="bellevue" SelectByDefault="false" />
  </Restriction>
</ClaimType>

0 个答案:

没有答案