mattcasters commented on issue #8333:
URL: https://github.com/apache/hop/issues/8333#issuecomment-5637030715

   Needed so JDBC / curl can call `/hop/*` on Hop Web in mode OAUTH2 (browser 
SSO is not usable from a driver).
   
   Local implementation in progress:
   
   - `HopOidcAuthFilter` accepts `Authorization: Bearer` (Hop HMAC JDBC token, 
then IdP JWT via existing JWKS)
   - `GET /hop/jdbcToken` (`file.view`) issues a 1h HMAC JWT for the current 
principal
   - Hop Web **File → Copy JDBC token** copies that token to the clipboard
   - Companion mapper issue: #8334
   
   Google OIDC on hop-web.data-hopper.com cannot do `client_credentials`; the 
demo path is Bearer + Copy JDBC token.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to