After logging in IDP through SAML auth IDP POST to /saml_login URL returns 403 response
SAML Authentication configured by following this guide:
https://wttech.blog/blog/2019/how-to-setup-aem-publish-saml-authentication-using-okta
and after logging in IDP the POST request to configured URL returns unauthorized 403.
http://aem-publish-host/content/......./login.html
Dispatcher has a filter configured to allow POST request on given path
/0053 { /type "allow" /method "POST" /url "*/login.html" } # allow post for SAML
What other options are there to investigate?
Thanks
