[Koha-bugs] [Bug 28420] Allow login via AzureAD OpenID-Connect

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 13 08:47:21 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28420

--- Comment #22 from Eugene Espinoza <eugenegf at yahoo.com> ---
Hi Mark! 

For the masthead.inc in 21.05, it seem is not clickable, the code in your patch
below:
<a class="nav-link login-link"
href="/cgi-bin/koha/svc/auth/azureadopenidconnect" role="button"
data-toggle="modal"><i class="fa fa-user fa-icon-black fa-fw"
aria-hidden="true"></i> <span class="userlabel">Log in to your
account</span></a>
I checked on the googleopenidconnect a link, we have the following below:
<a class="nav-link login-link"
href="/cgi-bin/koha/svc/auth/googleopenidconnect"><i class="fa fa-user
fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to
your account</span></a>

So, I adjusted that for azuread, now it's clickable, below is the code:

<a class="nav-link login-link"
href="/cgi-bin/koha/svc/auth/azureadopenidconnect"><i class="fa fa-user
fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to
your account</span></a>

Can the code be adjusted for 21.05?

Best,
-eugene

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list