SAML Integration failing on post back to AEM
Hey guys,
I have been working on integrating a client's SSO with AEM 5.6.1. They are using ADFS and SAML.
I have successfully configured the SAML integration handler and the protected node is happily bouncing to the client's ADFS log-in screen when hit with the browser.
The ADFS is then posting back to <myURL>/saml_login (which I understand to be the address of the handler for the post back) but I am seeing the following error:
Error while processing
Status | 500 |
Message | javax.jcr.RepositoryException: org.apache.sling.api.resource.PersistenceException: Resource at 'REDACTED FOR SECURITY' is not modifiable. |
|
Now, I've only seen the "not modifiable" error when we are posting to a URL that doesn't accept post. It would appear that the /saml_login handler is not even attempting to intercept the inbound query and CQ is simply giving a standard error that you'd expect if you posted to any resource.
What am I missing? Is there a known "missing step" in Adobe's documentation for SAML integration? Any help greatly appreciated!