scholtron
Results
1
comments of
scholtron
My not so great workaround was to modify the SAML html before sending in, in case the RelayState is needed: `$response = $context->getHttpResponseContext()->getResponse(); $response = str_replace('', '', $response); $response =...