Can I have a partially public site with some authenticated content using Adaptive content?
Yes! You can have a public site with some authenticated sections using Adaptive Content without requiring login for the entire site.
Recommended Approach:
Keep your site audience as Public, Unlisted or Share link
Enable Adaptive content in site settings
Use signed cookies to pass user claims after they log in to your main application
Set conditions on specific pages/sections to show only for authenticated users
See our signed cookie documentation for implementation details.
Last updated
Was this helpful?