--- loncom/auth/lonshibauth.pm 2021/12/06 03:31:54 1.13 +++ loncom/auth/lonshibauth.pm 2021/12/12 20:49:26 1.14 @@ -2,7 +2,7 @@ # Redirect Single Sign On authentication to designated URL: # /adm/sso, by default. # -# $Id: lonshibauth.pm,v 1.13 2021/12/06 03:31:54 raeburn Exp $ +# $Id: lonshibauth.pm,v 1.14 2021/12/12 20:49:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -234,7 +234,7 @@ sub handler { unless ($protocol eq 'https') { $protocol = 'http'; } my $alias = &Apache::lonnet::use_proxy_alias($r,$lonhost); if (($alias ne '') && - (&Apache::lonnet::alias_shibboleth($lonhost))) { + (&Apache::lonnet::alias_sso($lonhost))) { $hostname = $alias; } my $dest = $protocol.'://'.$hostname.$target;