Hi evebody,
I'm working in a project that need to implement two types of authentication one for customers employee using integration between ADFS and SAML and another for external user using AEM form basic.
Until now I can find any documentation about this specific scenario. Any tips will be very useful.
Thanks a lot.
Wagner Brito.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
SAML authentication with SAML is documented at [1]. And what do you mean with "Form authentication"? Is it the "regular authentication" you have on AEM when no SAML is configured? That should work by default, and even when SAML is enabled, too.
Hi,
SAML authentication with SAML is documented at [1]. And what do you mean with "Form authentication"? Is it the "regular authentication" you have on AEM when no SAML is configured? That should work by default, and even when SAML is enabled, too.
Hi @Jörg_Hoh.
I was talk about "regular authentication". But after configure SAML I can't access the AEM login form. May have a configuration that I forgot to do?
Since now thanks for your answer.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
The main key IMO is to make sure the resource you are trying to authenticate is "seen" by the proper authentication handler.
In SAML, you can define the paths that, when a user needs permission to access, will trigger SAML Authenication handler. For all others, it should default to the OOTB Sling Authentication when a CUG or ACL is on the resource.
Views
Likes
Replies