Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any chance to attach to OIDC clients? #364

Open
Martin-Idel opened this issue Mar 16, 2023 · 1 comment
Open

Any chance to attach to OIDC clients? #364

Martin-Idel opened this issue Mar 16, 2023 · 1 comment

Comments

@Martin-Idel
Copy link

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.
@Chris7
Copy link
Member

Chris7 commented May 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants