Hi
The scenario is when user hit the AEM author URL then it should redirect to SecureAuth (idp) url with SAMLAssertion information. Basically in SAMLAssertion we want to send the userid in encrypted format. The SecureAuth team will read the SAMLAssertion, get the userid and authenticate the user and send back the SAMLResponse after authentication. Now, at AEM end we need to check if user is authenticated then redirect on AEM dashboard page as well. we are using AEM 6.1.
Any idea to achieve the above scenario?
Thanks
~S
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
there is documentation available how you should use the ootb saml functionality [1]. See also the documentation on for 6.1 [2].
kind regards,
Jörg
[1] https://helpx.adobe.com/experience-manager/kb/saml-demo.html, it's using Shibboleth and OpenLDAP for demo. If you have already a system offering SAML support, you can concentrate on the AEM part only.
[2] https://docs.adobe.com/docs/en/aem/6-1/administer/security/saml-2-0-authenticationhandler.html
Views
Replies
Total Likes
Hi
Any idea or suggestion?
Thanks
~S
Views
Replies
Total Likes
I sent this question to some of our AEM consultants - they replied:
Baseline: user is not logged into anything, and AEM Author OOTB SAML auth handler is configured.
You shouldn’t need any code for this — its OOTB SAML Configuration (OSGi Config).
Views
Replies
Total Likes
Hi,
there is documentation available how you should use the ootb saml functionality [1]. See also the documentation on for 6.1 [2].
kind regards,
Jörg
[1] https://helpx.adobe.com/experience-manager/kb/saml-demo.html, it's using Shibboleth and OpenLDAP for demo. If you have already a system offering SAML support, you can concentrate on the AEM part only.
[2] https://docs.adobe.com/docs/en/aem/6-1/administer/security/saml-2-0-authenticationhandler.html
Views
Replies
Total Likes