Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

org.apache.sling.auth.core.AuthUtil isRedirectValid: Redirect target \'https://subdomain.company.com/registration-and-login.html\' must not be an URL

Avatar

Level 1

When i try to use gated page it was redirecting properly but after adding below sling mapping configuration i am getting a warning and page is not redirecting to my login page.

 

org.apache.sling.auth.core.AuthUtil isRedirectValid: Redirect target 'https://subdomain.company.com/registration-and-login.html' must not be an URL

 

sling config

https://subdomain.company.com

 

<?xml version="1.0" encoding="UTF-8"?>
jcr:primaryType="sling:Mapping"
sling:internalRedirect="[/content/company/us/en]">
</jcr:root>
 

some one please help

0 Replies