AEM 6.5 Assets - SAML2.0 'Assertion Consumer Service URL' Property
Hi,
We have configured Adobe Granite SAML 2.0 Authentication Handler property "Assertion Consumer Service URL" with value like "http://<Host>/ssouser/saml_login" in osgi console. With this configuration we were successfully integrated and authenticated users. One fine day SSO login stops working(login page stops redirecting to SSO page) and we have seen in repository there were two nodes created with the same name & structure that "Assertion Consumer Service URL" property has. This created node has only 'jcr:primaryType' property.
Assertion Consumer Service URL in SAML2.0 config= http://<Host>/ssouser/saml_login
Node created in repository = /ssouser/saml_login
After removing this node from repository, login page start redirecting to SSO page successfully.
Just wanted to know, how this node has been created in repository? How we can restrict this node creation in repository?
Thanks.