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:

  1. Keep your site audience as Public, Unlisted or Share link

  2. Enable Adaptive content in site settings

  3. Use signed cookies to pass user claims after they log in to your main application

  4. 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?