Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories Personalization
Created by Guest
Created on Aug 27, 2024

UserProfile visitor group criterion should not throw an exception if current user is logged in through external OpenID Connect provider such as AzureAD / Entra ID.

As a site administrator of a site using mixed-mode authentication (both AspNetIdentity for local users and OpenID Connect for AzureAD / Entra ID users), I want to know that my site will not break if I set up a visitor group using the Site Criteria > User Profile criteria. Currently on CMS version 12.31 I get several exceptions if I have such a visitor group defined and I log in as an oidc user. These occur on pages that use the Search & Navigation FilterForVisitor() method and in the CMS editor, causing the page tree to not fully load. AspNetIdentity users seem to be fine, but OIDC users result in null reference exceptions any time the UserProfileCriteria object's IsMatch() method is called by the CMS.