Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

SSE with Oauth2

avatar
Explorer

Has anyone figured out how to connect to SSE with OAuth2? I don't see any option in the JettyWebSocketClient or in the SSL context providers. 

1 REPLY 1

avatar
Expert Contributor

The only way to use OAuth2 that I'm aware of is with the InvokeHTTP processor, which in theory should work for connecting to SSE end points.  However, I haven't been able to get it to work and I've tried adjusting many of the Request and Response parameters to no avail.  

If you figure it out then please share.