Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nev4i-0004If-RN for pgadmin-hackers@arkaria.postgresql.org; Thu, 14 Apr 2022 08:43:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nev4h-0001Bk-0n for pgadmin-hackers@arkaria.postgresql.org; Thu, 14 Apr 2022 08:43:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nev4g-0001Bb-OY for pgadmin-hackers@lists.postgresql.org; Thu, 14 Apr 2022 08:43:34 +0000 Received: from mail-ed1-x52f.google.com ([2a00:1450:4864:20::52f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nev4b-0000qt-QO for pgadmin-hackers@postgresql.org; Thu, 14 Apr 2022 08:43:33 +0000 Received: by mail-ed1-x52f.google.com with SMTP id v15so5411636edb.12 for ; Thu, 14 Apr 2022 01:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XMXby/PuNEAUo2YRo+BI+SSjagsQXWEMuPnr8RX1mrc=; b=kYWI7ZPN2V9bwMU0yvorBIPEy+XVLx7MMwp3JIB8yfHsbzLVOpYvuG7Yp9bvEcfAcK 7tJn2C1rbZzLkPf6CZo5Dotyq3YEWgqB5JMjzbn8/oMOHft+Z/BarvftWtpJ7EKzQBMb n5/ESG7ZDr4+ks60S6NEIdy3cmo6nKyDolfocvjEiOFTimi0gVZ3PbG8+El0zbzpV9Us iF9QxG2okNsm4jP9HXP8wtv0SFjrn3HscdhKO5NII/laoDXX1FWPL+484/vIAxn7eVTj o4wql2BbQNxc8I9kj4qRCvQx2fOM3vvJcsXNyRHsA+83ILYU4bAGMhOWMztGHQwnERjd olvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XMXby/PuNEAUo2YRo+BI+SSjagsQXWEMuPnr8RX1mrc=; b=ZeUhCu+xSIb+KvnT+buUZZMJXOAuKCk9YYRG/g7eotkSjFdfQ96pASXBz3Lm/hZOfu JaUdiN0xM637nqGRc19UnI2s4styYh5ISEdKVkfRhlkVCW/p9voHda1OA5ou01GJhbOs 0h92jXdtBccyQ+6BFAnNUPZBOd9DwOeAZmVfsP29zSmSSRQSZaSKRSfVKA8tMGYDopDJ 91YNzyqKlYc1e2qYOAlCvjiSi4/FoWzXObZqjNyHKWfWrJco4e6d+BW8lfgozcENktug RSgMvw1Xf6EMWUdMS0PgIMouwCl6UcpouVc01W4TJ/m6d8e3U/wTMQBbRBLUYs1fhZo8 Ylkw== X-Gm-Message-State: AOAM533aOFz20qkWfdyNTk93GhZiSIXsd/qTR7lJ980ASYUPyDdgvpGj LiiBhOVB0fBOR5ZCsa8RXNhj1MHMBh4G0ISIOBdtb53GgrpoN/Kd X-Google-Smtp-Source: ABdhPJw661Tr+u4qUVlK78DiKz6HXC1uPrX35Re+C5NQVhNT0uVRLX/nd3+xRqVh2WzzkAbuIxSkdr4Kfmz+iMF0Y6w= X-Received: by 2002:a05:6402:514:b0:41d:787f:b99d with SMTP id m20-20020a056402051400b0041d787fb99dmr1782243edv.76.1649925808167; Thu, 14 Apr 2022 01:43:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 14 Apr 2022 09:43:17 +0100 Message-ID: Subject: Re: Azure AD authentication using app registration To: Asmita Thapliyal Cc: pgadmin-hackers@postgresql.org Content-Type: multipart/alternative; boundary="000000000000b3ab3705dc994917" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000b3ab3705dc994917 Content-Type: text/plain; charset="UTF-8" Hi On Thu, 14 Apr 2022 at 09:35, Asmita Thapliyal 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 --000000000000b3ab3705dc994917 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi


--
--000000000000b3ab3705dc994917--