Closed maintux closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Hi everyone, do you have any timeline for releasing this? I'm currently using Auth0 as an identity provider, and the bug this PR would solve is really annoying. I checked the pull-request #321, and it has the same failed check about "Incomplete regular expression for hostnames", but has been merged without a fix. Maybe @rick-rtt could help also this time? If needed I can help in testing this :)
Thank you again @maintux and the Leapp team, as #321 this pull-request would really helpful for me :)
We are going to release this feature this week! thanks for the support guys!
Changelog
Bugfixes
At the moment, the regexp used to check if the URL is an authentication URL for Auth0 checks if
/samlp
is in the URL. The correct one instead checks if/u/login
is present. This misconfiguration causes the opening of the login modal window for every credential refresh process because theneedAuthentication
method always resolves withtrue
.