Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Change: Add OIDC config flags #66

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

butonic
Copy link
Member

@butonic butonic commented Jul 10, 2020

To authenticate requests with an oidc provider we added two environment variables:

  • PROXY_OIDC_ISSUER="https://localhost:9200" and
  • PROXY_OIDC_INSECURE=true

This changes ocis-proxy to now load the oidc-middleware by default, requiring a bearer token and exchanging the email in the OIDC claims for an account id at the ocis-accounts service.

Set the PROXY_OIDC_ISSUER to "" the oidc middleware will get disabled

@butonic butonic requested a review from IljaN July 10, 2020 13:24
@butonic butonic self-assigned this Jul 10, 2020
@butonic butonic added the enhancement New feature or request label Jul 10, 2020
@butonic butonic force-pushed the add-oidc-config-flags branch 2 times, most recently from ff2ebd1 to b4b3c86 Compare July 10, 2020 15:07
@butonic butonic force-pushed the add-oidc-config-flags branch from b4b3c86 to 2cb484e Compare July 10, 2020 15:14
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
@butonic butonic force-pushed the add-oidc-config-flags branch from 2cb484e to 83b2b3c Compare July 10, 2020 18:08
@butonic butonic merged commit c7aa77b into owncloud:master Jul 10, 2020
@butonic butonic deleted the add-oidc-config-flags branch July 10, 2020 21:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants