Spaces:
Runtime error
Runtime error
Update .oauth.yaml
Browse files- .oauth.yaml +1 -5
.oauth.yaml
CHANGED
|
@@ -1,14 +1,10 @@
|
|
| 1 |
# Change to `true` to enable HF auth integration
|
| 2 |
-
enabled:
|
| 3 |
|
| 4 |
providers:
|
| 5 |
- name: huggingface
|
| 6 |
-
client_id: "265647d3-715c-483c-a87a-b6b7bda4d280"
|
| 7 |
-
client_secret: "925c2785-09a6-4216-ab95-b9bd7955bea3"
|
| 8 |
-
scope: "openid profile"
|
| 9 |
|
| 10 |
# Allowed workspaces must exists
|
| 11 |
allowed_workspaces:
|
| 12 |
- name: argilla
|
| 13 |
|
| 14 |
-
allow_http_redirect: True
|
|
|
|
| 1 |
# Change to `true` to enable HF auth integration
|
| 2 |
+
enabled: false
|
| 3 |
|
| 4 |
providers:
|
| 5 |
- name: huggingface
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# Allowed workspaces must exists
|
| 8 |
allowed_workspaces:
|
| 9 |
- name: argilla
|
| 10 |
|
|
|