如何检索 stringCollection 的第二个值,例如
['Ana', 'Clara]
并在两个不同的声明中输出该值,例如:
<ClaimType Id="firstName"/> // Ana
<ClaimType Id="lastName"/> // Clara
我搜索了没有地方描述如何将 stringCollection 拆分为声明,有办法吗?
(文档仅解释如何获取第一项)
参考资料:
https://learn.microsoft.com/en-us/azure/active-directory-b2c/stringcollection-transformations
不可以,你可以比较有没有Clara,但没有顺序