简体   繁体   English

是否可以使用声明转换从 stringCollection 中检索指定索引中的单个项目?

[英]Can a single item from a specified index be retrieved from a stringCollection using a claims transformation?

GetSingleItemFromStringCollection exists, but it only allows retrieval of the first item in a collection. GetSingleItemFromStringCollection存在,但它只允许检索集合中的第一项。 Is there a way to retrieve an element at a specified index?有没有办法在指定索引处检索元素?

You could pass the collection and index to a REST API and let the API extract the required item.您可以将集合和索引传递给REST API并让 API 提取所需的项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 缓解来自外部 IdP 的声明可以是 string 或 stringCollection 的场景 - Mitigating scenario where claim from external IdP can be either string or stringCollection 如何使用 Graph API 从 B2C 检索我的自定义用户属性(声明)? - How can I retrieve my Custom User Attributes (Claims) from B2C using Graph API? 如何使用 session 管理技术配置文件从以前的登录中检索持久声明? - How can I retrieve persisted claims from a previous login using a session management technical profile? 是否可以使用身份体验框架使用颁发者的声明自动更新 B2C 用户详细信息? - Is it possible to automatically update B2C user details by using claims from the Issuer, using Identity Experience Framework? 使用node.js检索来自azure ad b2c登录的声明 - retrieve claims coming from azure ad b2c login using node.js B2C 的 givenName 和 surname 声明有什么特别之处吗? 无法从 OIDC ClaimsProvider 读取它们 - Is there something special about B2C's givenName and surname claims? Can't read them from the OIDC ClaimsProvider Azure AD B2C 索赔改造 - Azure AD B2C claims transformation 注册未通过Azure B2C声明 - Azure B2C claims from sign up not coming through Azure B2C 和 ADFS 作为身份提供者的声明 - Claims from Azure B2C and ADFS as an Identity Provider 在 B2C 策略中从 CosmosDB 获取自定义声明 - Obtain custom claims from CosmosDB in B2C policy
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM