Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There could be several reasons why the application is not being redirected back after performing basic SAML brokering with keycloak:

  1. Invalid SAML response: It is possible that the SAML response sent back by Keycloak is invalid. This could happen due to misconfiguration of the SAML settings or due to some other technical issue.

  2. Incorrect or incomplete configuration: It is also possible that the application is not configured correctly or some important information is missing in the configuration. This could cause the redirection to fail.

  3. Firewall or network issues: Firewall or network issues could also be the cause of the problem. If there is a firewall blocking the communication between the application and Keycloak, the redirection may fail.

  4. User consent issues: The user may not have provided the necessary consent to access the application, which could cause the redirection to fail.

  5. Session timeout issues: If the user session has expired, the redirection may fail, as the user is not authenticated anymore.

To resolve the issue, you may need to review the SAML settings, check the application configuration, verify network and firewall settings, ensure that the user has provided the necessary consent, and check the user session status.