AEM SAML integration, added users to CRX repo after authentication
Hi,
I am working on AEM 5.6 SAML integration and I have configured all the details as per wiki page.
At present, I am getting redirected to IDP and after authentication I am getting reverted to AEM instance /saml_login url with proper SAML assestions but user is not getting created as per SAML component settings...
How do I ensure that user gets created as per SAML response ? Also, for redirection I have created saml_login (sling:Folder) node and SAMLResponse and RelayState are gettting modified but user is not getting created?
Do I need to update any further settings or create customHandler to ensure that users are added and jcr session is created properly.
Below link contains SAMLResponse, SAML configuration & /saml_login page for reference.
https://www.dropbox.com/sh/wgl04x6jy8wfl8w/AAD4fwlmPVVR3IVMKpFQhljya?dl=0
Any suggestions will be appreciated. Do let me know in case more details are required.
-Amit