OpenConceptLab / ocl_issues

Issues for all OCL repos. NOTE: Install ZenHub Browser Extension and request access to the OCL Roadmap board to view all issues and to contribute
4 stars 2 forks source link

Errbit compatibility with OpenID SSO? #1427

Open paynejd opened 2 years ago

paynejd commented 2 years ago

Is errbit able to interface with KeyCloak for user accounts? If not, we may need to identify an alternative service as we support the WHO Azure environment

snyaggarwal commented 2 years ago

Errbit doesn't depend on anything except on what Django reports. At the time of processing a request, API/WEB has the user info which gets reported to Errbit (via REST API). We should not need to change anything here.

paynejd commented 2 years ago

I'm probably not remember correctly, but I thought that the errbit signin wasn't connected to our regular user accounts

On Wed, Nov 9, 2022 at 11:21 PM Sny @.***> wrote:

Errbit doesn't depend on anything except on what Django reports. At the time of processing a request, API/WEB has the user info which gets reported to Errbit (via REST API). We should not need to change anything here.

— Reply to this email directly, view it on GitHub https://github.com/OpenConceptLab/ocl_issues/issues/1427#issuecomment-1309750923, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJCOOMPI63IAHYRNKJOFHDWHRZ6LANCNFSM6AAAAAAR3X266Q . You are receiving this because you authored the thread.Message ID: @.***>

snyaggarwal commented 2 years ago

Errbit users are through github

paynejd commented 2 years ago

That's what I was thinking -- that will probably not work within WHO infrastructure. They're security policies are going to require user accounts to be managed in AzureAD.

Does errbit have the ability to connect to SSO? Do we need to look at other options?

On Thu, Nov 10, 2022 at 9:37 AM Sny @.***> wrote:

Errbit users are through github

— Reply to this email directly, view it on GitHub https://github.com/OpenConceptLab/ocl_issues/issues/1427#issuecomment-1310387796, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJCOOPWKNWUYZ5LQVU2IVTWHUCBTANCNFSM6AAAAAAR3X266Q . You are receiving this because you authored the thread.Message ID: @.***>

snyaggarwal commented 2 years ago

errbit does provide a way to use LDAP, for that will have to fork it.

paynejd commented 1 year ago

We will discuss options with WHO infrastructure team