我们很高兴通过自定义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>