diff --git a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm index a9e7f681c..fa97758fb 100644 --- a/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm +++ b/modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_Choice.pm @@ -152,6 +152,9 @@ sub _buildAuthLoop { my $name = $_; + # Ignore 'forcedSAML' + next if $name eq 'forcedSAML'; + # Name can have a digit as first character # for sorting purpose # Remove it in displayed name