public inbox for [email protected]  
help / color / mirror / Atom feed
Azure AD authentication using app registration
4+ messages / 2 participants
[nested] [flat]

* Azure AD authentication using app registration
@ 2022-04-14 08:19 Asmita Thapliyal <[email protected]>
  2022-04-14 08:43 ` Re: Azure AD authentication using app registration Dave Page <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Asmita Thapliyal @ 2022-04-14 08:19 UTC (permalink / raw)
  To: pgadmin-hackers

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?

Regards,
Asmita


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Azure AD authentication using app registration
  2022-04-14 08:19 Azure AD authentication using app registration Asmita Thapliyal <[email protected]>
@ 2022-04-14 08:43 ` Dave Page <[email protected]>
  2022-04-18 09:21   ` Re: Azure AD authentication using app registration Asmita Thapliyal <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Dave Page @ 2022-04-14 08:43 UTC (permalink / raw)
  To: Asmita Thapliyal <[email protected]>; +Cc: pgadmin-hackers

Hi

On Thu, 14 Apr 2022 at 09:35, Asmita Thapliyal <[email protected]>
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/30...


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

EDB: https://www.enterprisedb.com


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Azure AD authentication using app registration
  2022-04-14 08:19 Azure AD authentication using app registration Asmita Thapliyal <[email protected]>
  2022-04-14 08:43 ` Re: Azure AD authentication using app registration Dave Page <[email protected]>
@ 2022-04-18 09:21   ` Asmita Thapliyal <[email protected]>
  2022-04-19 08:15     ` Re: Azure AD authentication using app registration Dave Page <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Asmita Thapliyal @ 2022-04-18 09:21 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: pgadmin-hackers

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.
If it can be enabled could you give me some pointers on how to start
incorporating this change?

Thanks,
Asmita

On Thu, Apr 14, 2022 at 2:13 PM Dave Page <[email protected]> wrote:

> Hi
>
> On Thu, 14 Apr 2022 at 09:35, Asmita Thapliyal <[email protected]>
> 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/30...
>
>
> --
> Dave Page
> Blog: https://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EDB: https://www.enterprisedb.com
>
>


^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: Azure AD authentication using app registration
  2022-04-14 08:19 Azure AD authentication using app registration Asmita Thapliyal <[email protected]>
  2022-04-14 08:43 ` Re: Azure AD authentication using app registration Dave Page <[email protected]>
  2022-04-18 09:21   ` Re: Azure AD authentication using app registration Asmita Thapliyal <[email protected]>
@ 2022-04-19 08:15     ` Dave Page <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Dave Page @ 2022-04-19 08:15 UTC (permalink / raw)
  To: Asmita Thapliyal <[email protected]>; +Cc: pgadmin-hackers

Hi

On Mon, 18 Apr 2022 at 10:21, Asmita Thapliyal <[email protected]>
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 <[email protected]> wrote:
>
>> Hi
>>
>> On Thu, 14 Apr 2022 at 09:35, Asmita Thapliyal <
>> [email protected]> 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/30...
>>
>>
>> --
>> 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


^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2022-04-19 08:15 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 08:19 Azure AD authentication using app registration Asmita Thapliyal <[email protected]>
2022-04-14 08:43 ` Dave Page <[email protected]>
2022-04-18 09:21   ` Asmita Thapliyal <[email protected]>
2022-04-19 08:15     ` Dave Page <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox