Expand my Community achievements bar.

SOLVED

Issue in SAML handler

Avatar

Level 2

Hi All

Greetings ....!!!

We have Issue in AEM  Configuring the SAML,

We configured the SAML with IDP URL and have done all the dispatcher configuration on Dispatcher and Started the AEM Instance.

We have provided application URL in browser and after it redirected to secure auth.User credentials were submitted and authentication was successful and secure auth posted back to saml_login page where we see error as “504 gateway timeout”.

could you please tell me why we are facing this errors?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

First Create a SAML logger and check if you get any error there

Create a logger with the following configuration:

  • Log Level: Debug
  • Log File: logs/saml.log
  • Logger: com.adobe.granite.auth.saml

Also, change dispatcher log file to DEBUG and check if POST call to saml_login is blocked

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

First Create a SAML logger and check if you get any error there

Create a logger with the following configuration:

  • Log Level: Debug
  • Log File: logs/saml.log
  • Logger: com.adobe.granite.auth.saml

Also, change dispatcher log file to DEBUG and check if POST call to saml_login is blocked