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