You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What paths did you protect with SAML? Redirect Manager reads rules from /conf/*/settings/redirects/* and we set ACL for everyone in the repo-init script:
set ACL for everyone
allow jcr:read on /conf restriction(rep:glob,/*/settings/redirects)
allow jcr:read on /conf restriction(rep:glob,/*/settings/redirects/*)
end
Required Information
Steps to Reproduce
On a cloud service environment follow the documentation to activate SAML authentication
https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/authentication/saml-2-0
Create a ACS common redirection rule (originUrl towards targetUrl ) and publish it.
Seems to be a permission issue on the redirect manager configuration node on the publish instance because of the SAML default group membership.
Which permission to be assigned to the CUG that make the redirection on the publish instance ?
Acces the originUrl
Expected Behavior
The originUrl is redirected to the targetUrl
Actual Behavior
We stay on the originUrl
Links
The text was updated successfully, but these errors were encountered: