Identify*Runtime: How to disable Relaystate validation


SAML 2.0 requires RelayState‘s size to be no larger than 80 bytes. The standard has been troublesome for many years because a lot of SAML 2.0 implementations employ longer RelayState parameter. Since version 4.2.0.207, Safewhere*Identify has addressed this issue by the attribute DisableRelayStateSizeValidation.
Simply go to the web.config file of \runtime in tenant_folder and set the DisableRelayStateSizeValidation setting to true to disable the validation.
Was this helpful ?Good Somewhat Bad