Is there any way to tell the FileManager to use a middleware (e.g. axios) for authentication #323
Unanswered
MoritzTheile
asked this question in
Q&A
Replies: 1 comment
-
Do you mean adding authentication capability to client (in-browser) part? This requires adding custom logic to connector implementation (see for example Google Drive connector). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After implementing a OpusCapita Spring Boot interface (see other discussion), I was wondering if we can utilize our axios middleware for authentication. So each http requests from the FileManager would send along the Authentication Bearer in the header, injected by axios.
Maybe I missed the documentation where this is described.
Beta Was this translation helpful? Give feedback.
All reactions