AEM SAML login
Hi,
I've configured the SAML2.0 Authentication Handler and Referrer Filter in our Author instance and the SAML configuration seems to be working fine, so long as the user goes to the root directory of our Author environment: e.g https://server-name/
However, if the user goes directly to the login url of our Author environment: e.g. https://server-name/libs/granite/core/content/login.html
SAML is bypassed completely and the user gets the usual login screen of Author without being redirected to the IdP for login via SAML.
I'm trying to find out why this is happening.
Is there some other configuration that I need to have in place for it to enforce SAML login, even if the user is not pointing to the root URL of the server?
In my SAML 2.0 Authentication Handler I have specified / as the setting for Path. I was hoping that this would ensure SAML login to be enforced for everything below https://server-name/
Any guidance on this would be appreciated.
Thanks!