Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

SAML authentication does not redirect to original page

Avatar

Level 2

Hi,

We have configured SAML Authn handler in our AEM 6.5 . We have a public page (ex - /content/test/mypage.html ) which has a link to login page , ex - /content/test/login.html.
Login page URL is configured in SAML Authentication handler & Sling Authentication Service.

 

On click of login link, we redirect to http://localhost:4503/content/test/login.html?saml_request_path=http://localhost:4503/content/test/mypage.html . This takes us to Okta IDP login page and Okta then submits SAML response to ACS service configured in AEM viz.  "/content/test/saml_login" but after that we get redirected back to the login page : http://localhost:4503/content/test/login.html?saml_request_path=http://localhost:4503/content/test/m...

instead of going to public page from where login was started http://localhost:4503/content/test/mypage.html. 

 

How can I redirect back to public page , instead of going to login page ?

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Is login.html is custom page or componnet.

What request and callback URL are you sending to IDP server. I if you send correct request url, SAML will redirect you to correct page.



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi Is login.html is custom page or componnet.

What request and callback URL are you sending to IDP server. I if you send correct request url, SAML will redirect you to correct page.



Arun Patidar