Hello Community,
I am working on AEMasCS and for user authentication to my website, I am using SP initiated SAML 2.0 authentication.
The setup works in a way that when user hits https://website.url, it is redirected to idpURL mentioned in saml authentication handler configuration. Therefore, user sees https://authentication.tool.url.
Once the authentication is completed, the url comes back to actual website url.
How can I ensure that the user always see the website url to ensure a seamless experience for user. All the authentication and waiting for authentication should be transparent from address bar point of view.
Additionally, it brings one more problem that as soon as user hits base url of application it redirect to idpURL, thus user bookmarks wrong url mostly.
I tried setting reverse proxy, redirections but no luck.as of now. Possibility is I am doing it wrong as I am first time working with Dispatcher.
Has anyone tried it or has any inputs to achieve this behaviour?
Thanks
MK