RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-21 Thread SCOTT FIELDS
iting the technical details from the AMQ admins on our >> side regarding the client use cases involved. >> >> -----Original Message- >> From: Justin Bertram >> Sent: Wednesday, November 1, 2023 12:45 PM >> To: users@activemq.apache.org >> Su

RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-08 Thread SCOTT FIELDS
FYI, per the app using app teams, they're using the following protocols: Mqtt Amqp Openwire core -Original Message- From: SCOTT FIELDS Sent: Wednesday, November 1, 2023 1:03 PM To: users@activemq.apache.org Subject: [EXTERNAL] RE: Native Oauth/OIDC integration in ActiveMQ FYI

RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-01 Thread Vilius Šumskas
, November 1, 2023 8:58 PM To: users@activemq.apache.org Subject: Re: Native Oauth/OIDC integration in ActiveMQ What I know from my time as a consultant is that it often goes like this. The company: 1. Requirement 1: We need secure authentication. 2. Requirement 2: We need to comply with st

Re: Native Oauth/OIDC integration in ActiveMQ

2023-11-01 Thread Matt Pavlovich
from the AMQ admins on our side >> regarding the client use cases involved. >> >> -----Original Message- >> From: Justin Bertram >> Sent: Wednesday, November 1, 2023 12:45 PM >> To: users@activemq.apache.org >> Subject: [EXTERNAL] Re: Native Oauth/OIDC

Re: Native Oauth/OIDC integration in ActiveMQ

2023-11-01 Thread ski n
mins on our side > regarding the client use cases involved. > > -Original Message- > From: Justin Bertram > Sent: Wednesday, November 1, 2023 12:45 PM > To: users@activemq.apache.org > Subject: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ > > Can anybody

RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-01 Thread SCOTT FIELDS
hod if OIDC isn't supported for this customer. > > > > But...I wanted to pursue the OIDC mechanism, since that's the > > customer's > primary solution. > > > > -Original Message- > > From: Matt Pavlovich > > Sent: Tuesday, Oct

Re: Native Oauth/OIDC integration in ActiveMQ

2023-11-01 Thread Justin Bertram
; Sent: Tuesday, October 31, 2023 3:19 PM > > To: users@activemq.apache.org > > Subject: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ > > > > Hi Scott- > > > > There is interest in adding this to Apache ActiveMQ. A DRAFT RP was > started using JW

Re: Native Oauth/OIDC integration in ActiveMQ

2023-11-01 Thread Matt Pavlovich
om: Matt Pavlovich > Sent: Tuesday, October 31, 2023 3:19 PM > To: users@activemq.apache.org > Subject: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ > > Hi Scott- > > There is interest in adding this to Apache ActiveMQ. A DRAFT RP was started > using JWT: > &

Re: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread barry haycock
I've been trying to get the jetty implementation working with keycloak for a while now. It would be good to get that side working with Oidc On Wed, 1 Nov 2023, 06:17 SCOTT FIELDS, wrote: > To my knowledge, there is no native ActiveMQ integration for > Authorization/Authentication via Oauth/OIDC

Re: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread Łukasz Dywicki
solution. -Original Message- From: Matt Pavlovich Sent: Tuesday, October 31, 2023 3:19 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ Hi Scott- There is interest in adding this to Apache ActiveMQ. A DRAFT RP was started using JWT:

RE: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread SCOTT FIELDS
Sent: Tuesday, October 31, 2023 3:19 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ Hi Scott- There is interest in adding this to Apache ActiveMQ. A DRAFT RP was started using JWT: https://github.com/apache/activemq/pull/1035 In general, using OAu

Re: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread Matt Pavlovich
Hi Scott- There is interest in adding this to Apache ActiveMQ. A DRAFT RP was started using JWT: https://github.com/apache/activemq/pull/1035 In general, using OAuth/OIDC may not be desirable as having background threads refreshing tokens can have negative side effects. The OAuth2 "AppAuth pat

Re: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread Justin Bertram
ice will be desired to use OIDC (OpenID > Connect). > > > > -Original Message- > From: Justin Bertram > Sent: Tuesday, October 31, 2023 2:29 PM > To: users@activemq.apache.org > Subject: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ > > As far as I&

RE: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread SCOTT FIELDS
: [EXTERNAL] Re: Native Oauth/OIDC integration in ActiveMQ As far as I'm aware, using JAAS *is* the "native" way to integrate with security providers in both "Classic" and Artemis. I don't believe an Oauth JAAS login module is being developed in the community. For what it

Re: Native Oauth/OIDC integration in ActiveMQ

2023-10-31 Thread Justin Bertram
As far as I'm aware, using JAAS *is* the "native" way to integrate with security providers in both "Classic" and Artemis. I don't believe an Oauth JAAS login module is being developed in the community. For what it's worth, most messaging protocols and/or clients don't support Oauth anyway. Is the