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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 24 11:45:22 CEST 2021


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

--- Comment #3 from mark.jaroski at gmail.com ---
Created attachment 121315
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121315&action=edit
Quick AzureAD OAuth2 implementation based on the existing implementation for
Google

Here's my current working patch. It does what we absolutely need in that it
makes integration with AzureAD possible. 

I agree with David Cook, however, that this isn't ideal, since OpenID-Connect
support should work with any identity provider and since it should actually
implement OpenID-Connect whereas this patch and the code that it's based on
actually implement the code-grant flow, with an additional openid scope.

So I'm going to have a look at his implementation and try to get something off
the ground with it.

Also: I'm not sure if I've used the version number system correctly. If
somebody could look at that I'd really appreciate it.

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