How to Disable SSO in Publisher for certain dam path | Community
Skip to main content
Level 2
September 3, 2020
Solved

How to Disable SSO in Publisher for certain dam path

  • September 3, 2020
  • 2 replies
  • 1042 views

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.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ravi_Pampana

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 replies

Ravi_Pampana
Community Advisor
Ravi_PampanaCommunity AdvisorAccepted solution
Community Advisor
September 3, 2020

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.

Surabhi_Katiyar
Adobe Employee
Adobe Employee
September 6, 2020

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.