Limitations and troubleshooting
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Search results only reflect the content that a user has access to. Any section, page, or block behind Adaptive Content will only be indexed and visible in search for users who meet the conditions to view it.
No, arrays aren’t supported. A claim can only provide a single value, and it must be either a string (enum) or a boolean. If multiple values are needed, they must be transformed on the claims provider side (e.g., Azure, Okta).
Try these checks:
Case sensitivity: Property names are case-sensitive (e.g., role ≠ Role).
Data types: Boolean vs string mismatches (true vs "true")
Nesting: Incorrect property path in conditions
You can check the claims attached to a token on . You should see your expected claims being passed with the token.