Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

SSO authentication handler - SAMLAuthenticationHandler - enabled at the site level

Avatar

Level 4

How to only activate and use SAMLAuthenticationHandler at the site level? 

This means we are only enforcing(trying..) saml usage for specific xxxsite with external IdentityProvider(Company IDP). 

 

Thanks 

Diego

1 Accepted Solution

Avatar

Correct answer by
Level 2

To be more precise, while configuring the SamlAuthenticationHandler you can set the Path property to the desired location in your repository that you want to be authenticated using SAML. All content under Path will be required to be authenticated by the configured idp.

 

I found these few links to be very helpful while configuring SAMLAuthenticationHandler in AEM -

https://docs.adobe.com/docs/en/aem/6-0/administer/security/saml-2-0-authenticationhandler.html

http://teddsprogrammingblog.blogspot.com/2014/03/trying-out-aem-saml-sso-for-first-time.html

https://helpx.adobe.com/experience-manager/kb/saml-demo.html

-kunal

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

To be more precise, while configuring the SamlAuthenticationHandler you can set the Path property to the desired location in your repository that you want to be authenticated using SAML. All content under Path will be required to be authenticated by the configured idp.

 

I found these few links to be very helpful while configuring SAMLAuthenticationHandler in AEM -

https://docs.adobe.com/docs/en/aem/6-0/administer/security/saml-2-0-authenticationhandler.html

http://teddsprogrammingblog.blogspot.com/2014/03/trying-out-aem-saml-sso-for-first-time.html

https://helpx.adobe.com/experience-manager/kb/saml-demo.html

-kunal

Avatar

Level 10

Hi Diego,

Thanks for reaching out to Adobe Community.

You may want to go through the below documentation page to know how to configure the SAML authentication handler:

https://docs.adobe.com/docs/en/aem/6-0/administer/security/saml-2-0-authenticationhandler.html

Thanks!