You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
https://github.com/SAML-Toolkits/php-saml/blob/cadabb78de2590e82fbacbb01351acf60ab26042/lib/Saml2/Utils.php#L441
The text was updated successfully, but these errors were encountered: