Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

How to enforce login for a Edge delivery Services pages

Avatar

Level 1

We are trying to implement  SSO for Edge delivery pages. What is the available configuration for restricting unauthenticated/unauthorized access to EDS pages ?

1 Accepted Solution

Avatar

Correct answer by
Level 2

With EDS, it’s not possible to restrict access to only specific or unauthorized pages. However, EDS does provide a way to secure your entire site using token-based authentication, as outlined in the following documentation: https://www.aem.live/docs/authentication-setup-site.

If your goal is to implement SSO or individual logins for end users, you’ll need to set up custom authentication logic at the CDN level using EdgeWorkers. This would involve writing your own authentication logic to integrate with your Identity Provider (IdP).

Currently, Adobe-managed CDN (Fastly) may not support EdgeWorkers—but please verify this with Adobe, as there may have been recent updates that I haven't reviewed.

That said, you can definitely use your own CDN (BYOCDN) to support this use case.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

With EDS, it’s not possible to restrict access to only specific or unauthorized pages. However, EDS does provide a way to secure your entire site using token-based authentication, as outlined in the following documentation: https://www.aem.live/docs/authentication-setup-site.

If your goal is to implement SSO or individual logins for end users, you’ll need to set up custom authentication logic at the CDN level using EdgeWorkers. This would involve writing your own authentication logic to integrate with your Identity Provider (IdP).

Currently, Adobe-managed CDN (Fastly) may not support EdgeWorkers—but please verify this with Adobe, as there may have been recent updates that I haven't reviewed.

That said, you can definitely use your own CDN (BYOCDN) to support this use case.