コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to disable SSO in Author for certain paths

Avatar

Level 2

Hi,

We have enabled SSO in author. Whenever we hit Author URL, it takes us to SSO login screen.

However we have preview domain  URL's configured for each site in Author.  As we have enabled SSO on "/" path, SSO flow is coming up for these preview domain.

Note that in SSO SAML Auth config, there is a parameter for passing assertionConsumerServiceURL, but we can use this parameter due to constraints.

Is there is a way we can exclude certain paths/preview domains from SSO flow?

Thanks.

1 受け入れられたソリューション

Avatar

正解者
Level 3

Check 'Apache Sling Authentication Service' configuration in /system/console/configMgr. There is means to exclude paths from authentication using 'Authentication Requirements' field. For excluded paths SSO login would not be triggered.

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 3

Check 'Apache Sling Authentication Service' configuration in /system/console/configMgr. There is means to exclude paths from authentication using 'Authentication Requirements' field. For excluded paths SSO login would not be triggered.

Avatar

Level 2

Thanks Vijkumar, that works.Adding paths to Auth service will not kick SSO screen.

However we have additional requirement where instead of SSO screen, we want to have normal AEM login for preview URL's. Is this can be configured?

Thanks.