Skip to content

Improve preferred IdP match to work with hostnames

Duncan Macleod requested to merge improve-preferred-idp-match into main

This PR improves the preferred match logic internal to ciecplib.utils.get_idp_url so that it works also with domain names, e.g. so that get_idp_url('ligo.org') actually matches the login.ligo.org server first, and not login2.ligo.org (as documented).

Merge request reports