The Saml Error code 50 appears when multiple URLs are used for the SDP
Issue:
When multiple URLs are used for the application, SAML authentication fails on the first attempt.
Fix:
The issue is resolved by redirecting to the alias URL before triggering the /SamlRequest call.
ISSUE ID: SD-124988
Resolution:
The fix for the issue has been attached with this article. Check the "Jar Compatibility" section before downloading the fix jar file (.fjar file). Check this
link on how to apply the fjar file.

Jar Compatibility
Build No | File Name |
14760 | 14760_samlurlissuefix.fjar |
14840 | 14840_10820515.fjar |
New to ADSelfService Plus?
Related Articles
SAML FAQ's
Please find the list of frequently asked queries in SAML 1. I have enabled SAML but still could not find a way to log in using SAML Since the application has multi-tenant feature there are certain security added to the SAML login. In a SAML ...
SAML | Multiple Login URLs for SAML Response
Issue: Even if SDP can be accessed with multiple URLs like internal.servicedesk.com and external.servicedesk.com, the SAML response is always received at the same URL that is configured in Alias URL. Fix: The acs_url column in the SAMLSP table can be ...
SAML | Configure KeyCloak as IDP
Setting up KeyCloak Download KeyCloak from their official website (Used v25 here). Open conf/keycloak.conf and enter the hostname Run sh kc.sh start-dev Create a user and login at http://localhost:8080 Setting up the IDP: To enable logging, go to ...
SAML | Incresing throttle for SAML request URL
Kindly add the following code in webapps/ROOT/WEB-INF/security/security-publicaccess.xml and restart SDP to increase the throttle limit for SamlRequestServlet URL. Here it's set as 45. You can change to any number you want per minute. <throttles ...
SAML | How to get SAML tracer output for a SAML based login-attempt?
You can use your favourite SAML tracer browser plugin. Here we used SAML-tracer in a chromium-based browser. To record the SAML tracer output: Go to ServiceDesk Plus's login screen Click on SAML Tracer Extension to open up the SAML Tracer window. Now ...