SSO authentication handler - SAMLAuthenticationHandler - enabled at the site level | Community
Skip to main content
Diego_Fontan
Level 4
October 16, 2015
Solved

SSO authentication handler - SAMLAuthenticationHandler - enabled at the site level

  • October 16, 2015
  • 2 replies
  • 1062 views

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

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 kunalm

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

2 replies

WhoaShekhar
Level 10
October 16, 2015

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!

kunalm
kunalmAccepted solution
Level 2
October 16, 2015

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