afs commented on issue #1292: URL: https://github.com/apache/jena/issues/1292#issuecomment-1121091751
The new title is a bit broad. What is the scope? Just handling "Authorization: Bearer"? There isn't a general way to process a 401 because obtaining the token involves both local context and scheme-specific choices as well as timeouts. On the Fuseki side, I'm adding a servlet filter for handling "Authorization: Bearer" (for the day job) for JWT. A [fuseki module](https://jena.apache.org/documentation/fuseki2/fuseki-modules) is probably the way to go because the token needs handling per-bearer scheme and local auth services. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
