task-translation / .oauth.yaml
barthfab's picture
Update .oauth.yaml
4374112 verified
raw
history blame contribute delete
No virus
1.08 kB
# Change to `true` to enable HF auth integration
enabled: true
providers:
# The OAuth provider setup
# For now, only Hugging Face is supported
- name: huggingface
# This is the client ID of the OAuth app. You can find it in your Hugging Face settings.
# see https://huggingface.co/docs/hub/oauth#creating-an-oauth-app for more info.
# You can also provide it by using the env variable `OAUTH2_HUGGINGFACE_CLIENT_ID`
client_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX
# This is the client secret of the OAuth app. You can find it in your Hugging Face settings.
# See https://huggingface.co/docs/hub/oauth#creating-an-oauth-app for more info.
# We encourage you to provide it by using the env variable `OAUTH2_HUGGINGFACE_CLIENT_SECRET`
client_secret: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX
# The scope of the OAuth app. At least `openid` and `profile` are required.
scope: openid profile
# This section defines the allowed workspaces for the oauth users.
# Workspaces defined here must exist in Argilla.
allowed_workspaces:
- name: admin