laravel-saml2
laravel-saml2 copied to clipboard
Error when IDP respond to port 8080
Hello,
Everything is working fine, but suddenly IDP started responding to port 8080 due to which users are not being able to login. By tracing I found out that OneLogin\Saml2\Utils has static function with name getSelfURLhost() which checks port & not allows 8080 port.
Is there a way that getSelfURLhost function from Utils Class of SAML-Toolkits/php-saml package can be override?