Re: Azure AD authentication using app registration

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Asmita Thapliyal <asmita(dot)thapliyal(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Azure AD authentication using app registration
Date: 2022-04-19 08:15:57
Message-ID: CA+OCxoyaxftmKH4ZBaRbShXKfvo2YKv2M14wamKLDipYqB2o1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Mon, 18 Apr 2022 at 10:21, Asmita Thapliyal <asmita(dot)thapliyal(at)gmail(dot)com>
wrote:

> Thank you Dave for your reply!
> Can it use OAUTH2 authentication available with Azure AD? I see only
> options available in OAUTH2 are for google & github.
>

Those are just examples. It should work with any OAuth2 provider.

> If it can be enabled could you give me some pointers on how to start
> incorporating this change?
>

Sorry, I have no idea how to do that in Azure.

>
> Thanks,
> Asmita
>
> On Thu, Apr 14, 2022 at 2:13 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>> Hi
>>
>> On Thu, 14 Apr 2022 at 09:35, Asmita Thapliyal <
>> asmita(dot)thapliyal(at)gmail(dot)com> wrote:
>>
>>> Hello!
>>>
>>> I don't see Azure AD authentication using app registration is
>>> available for pgadmin4. I see other authentication mechanisms via LDAP,
>>> OAUTH2 and kerberos.
>>> Could you let me know if there is a possibility of enabling it?
>>>
>>
>> We don't support Azure AD auth, and currently have no plans to add it.
>> You're welcome to add a feature request at
>> https://redmine.postgresql.org/projects/pgadmin4/issues, but it's
>> unlikely any of the regular developers will work on it in the near future.
>>
>> However, you can (in theory - I've never tested it) use Azure Active
>> Directory Domain Services to allow applications to authenticate using
>> Kerberos. See
>> https://techcommunity.microsoft.com/t5/itops-talk-blog/deep-dive-how-azure-ad-kerberos-works/ba-p/3070889
>>
>>
>> --
>> Dave Page
>> Blog: https://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EDB: https://www.enterprisedb.com
>>
>>

--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-20 05:03:12 pgAdmin 4 commit: Fixed sorting issue in the statistics panel. Fixes #7
Previous Message Pradip Parkale 2022-04-19 01:47:10 [pgAdmin4][RM7299]: Statistics.jsx has sort issue