Wooey icon indicating copy to clipboard operation
Wooey copied to clipboard

Any chance to attach to OIDC clients?

Open Martin-Idel opened this issue 1 year ago • 1 comments

Inside my company, we have a number of scripts that need to call various endpoints - all need to be authorized.

It seems there is currently no way to and I would propose this as a feature request:

  • authenticate via OIDC (I tried disabling wooey authentication and somehow use django middleware, but it didn't work so far)
  • pass the authentication token to the scripts, so that they are available in the scripts without making them a parameter or something like this.

Martin-Idel avatar Mar 16 '23 15:03 Martin-Idel

Wooey doesn't really have any special auth features -- the wooify command more or less sets up an opinionated version of a Django reusable application.

Adding other auth providers should be done treating your project layout just like a traditional Django application.

For the auth token, that is a bit harder. I'm up for suggestions on ways to tackle that.

Chris7 avatar May 01 '23 01:05 Chris7