After SAML login "/content" is added in the URL.
I am trying to add CUG through SAML login for a portion of my website.
The login is working fine in author. But, when in publisher with dispatcher , I am getting 404 after I login.
I can notice after login "/content" is added to the URL , which should not be present.
Do I need to write a new dispatcher rule for this or change something in the OSGi configuration of Granite SAML authenticator , I already have internal redirect to change /content to /.
Also, after it shows 404 , and I try to go to a protected page, it works fine after login. The issue only exists at the first time of logging in.
Can anyone please help.
