I have updated simplesaml from version 1.13.2 to 1.14.7 and simplesaml_auth to version 3.x-dev#283994f.

Login is working but on logout I am redirect to the correct url but with port :80.

Before update was everything working correctly.

Has anybody same problem?

Comments

frantisekivanko created an issue. See original summary.

snufkin’s picture

Does a reroll of the module to your earlier version fix the issue?

frantisekivanko’s picture

@snufkin yes. But I have to update simplesaml because version 1.13 has a security issue.

snufkin’s picture

Thats ok, but I wanted to make sure that the bug is in the module and not a result of the upgrade of the library. What was your previous version, can you tell me what the git commit hash is for the version that worked and for the one that doesn't work?

frantisekivanko’s picture

Previous versions:

simplesamlphp_auth
"reference": "8.x-3.0-alpha4",
"shasum": "6a2d6ba23571c54b96996fd50e000381f23e8916"

simplesamlphp/simplesamlphp
"reference": "d7867692130c052f8c73f531f5e8ad17f925da0a"

snufkin’s picture

thanks, will look into it

frantisekivanko’s picture

I downgraded simplesamlphp to version 1.13.2 with the newest version of simplesamlphp_auth and everything is working.

So it looks like that there is something wrong with simplesamlphp and not simplesamlphp_auth module.

frantisekivanko’s picture

Title: Logout » Login, Logout with ADFS is redirecting to the url with port
frantisekivanko’s picture

I have created issue for simplesamlphp:

https://github.com/simplesamlphp/simplesamlphp/issues/450

sbbutkcin’s picture

Any thoughts on a workaround for this? I am experiencing what I think is the same issue where I am redirected to the https version of the site with port 80 at the end so it just kind of breaks right there. We are using simplesaml version 1.14.11 and the simplesamlphp_auth module version 8.x-3.0-alpha4 and hosting on a multisite environment in Acquia cloud.

rickward’s picture

@frantisekivanko - were you able to resolve this issue?

frantisekivanko’s picture

Hi @rickward

we solved this way:

https://github.com/simplesamlphp/simplesamlphp/issues/450

Hope it helps

snufkin’s picture

Status: Active » Closed (works as designed)

I'll mark this as closed for now, as it seems this is primarily due to how the simplesamlphp auth library works, moreover a solution exists thanks to @frantisekivanko. Please reopen if that is not the case.

snufkin’s picture