SAML SSO redirect loop
I am using Azure and the SAML instructions from this blog:
Basically, it is securing down we-retail site.
In my example, I am trying secure a folder in /content/dam/formsanddocuments/secure-folder.
The URL in the browser is this: /aem/forms.html/content/dam/formsanddocuments/secure-folder - this is another problem to deal with later maybe.
However, I've been trying to secure /aem and I still have an issue with redirects.
I've tried default Redirect in AEM - doesn't have an affect.
In all cases, SSO works and it gets passed the Azure authentication and redirects to the following URLs.
I've tried to configure Azure reply URL with /saml_login as in the instructions - fails at that URL
I've tried to configure Azure reply URL with /aem/start.html - gets into a loop of authenticating and redirecting.
Here is my config on AEM

Here is the SSO Azure config:

Any help would be appreciated.

