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

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

Mark Solution

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

解決済み

How to Disable SSO in Publisher for certain dam path

Avatar

Level 2

Hi All,

 

 

We have enabled the SSO Authentication on publish environment.

Our Current requirement is to bypass this SSO authentication for certain folder in DAM.

For specific folder Asset if we access through the publisher URL it’s should not ask for SSO authentication.

 

Could you please suggest the best way to achieve this.

 

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

Avatar

正解者
Community Advisor

Hi,

 

We can by pass SSO for certain paths by adding in below configuration

 

  • Go to /system/console/configMgr
  • Open “Apache Sling Authentication Service”
  • Under Authentication Requirements add your required paths. Ex: "-/bin/somepath"
  • Save the configuration

You can add this configuration in config.publish so that it will only apply for publish environments

 

Hope this helps.

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

Hi,

 

We can by pass SSO for certain paths by adding in below configuration

 

  • Go to /system/console/configMgr
  • Open “Apache Sling Authentication Service”
  • Under Authentication Requirements add your required paths. Ex: "-/bin/somepath"
  • Save the configuration

You can add this configuration in config.publish so that it will only apply for publish environments

 

Hope this helps.

Avatar

Employee Advisor

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