Parse SAML response
Hi All,
We are using the OOTB SAML Handler for authentication. Now we need to parse the SAML response to retrieve data from the response. We have followed below mentioned two links to implement the solution:
http://apoorva-ganapathy.blogspot.com/2016/08/aem-processing-saml-response-using.html
But control is not coming in "if" when we use following condition as suggested in first link:
if (runModes.contains("publish") && StringUtils.isNotEmpty(pathInfo)
&& pathInfo.contains("saml_login")) {
when i added debug statements to analyze, i couldn't see the request coming to postProcessor for "/saml_login" and hence the code is not getting executed.But the Post postprocessor is getting called for rest of each calls.
Can someone please suggest here.
AEM 6.2
Thanks,
Nitish