Aklakan commented on issue #1292: URL: https://github.com/apache/jena/issues/1292#issuecomment-1124955869
I've been working with oauth in the past days and IMHO just handling `Authorization: Bearer` should be enough. I managed to use spring security to authenticate with my local test app that I registered with my gitlab account . Because obtaining the bearer token is 'app-driven' I'd say its an application's concern to pass on the bearer token to components such as Jena remote sparql requests. It may make sense having a global callback registry in Jena for getting notified about failed authentications so that an application can then take action, such as redirecting the user to repeat the auth process. -- 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]
