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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 1 04:05:39 CEST 2021


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

--- Comment #16 from David Cook <dcook at prosentient.com.au> ---
Actually, after reviewing the code again, I'm not sure that this has to be
Azure-specific.

The only thing I notice at a glance that is Azure specific is the $tenantID and
$authority variables. 

I'd like to see this made more generic, so that users can provide their own
$discoveryDocURL via a system preference.

With the system preference, you could provide a hint like "For AzureAD, use
https://login.microsoftonline.com/<tenantID>/v2.0/.well-known/openid-configuration".

If you make this more generic, I'd be happy to test it against Keycloak.

-- 
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