Create .oauth.yaml
Browse files- .oauth.yaml +8 -0
.oauth.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
enabled: true
|
2 |
+
providers:
|
3 |
+
- name: huggingface
|
4 |
+
client_id: ${OAUTH2_HUGGINGFACE_CLIENT_ID}
|
5 |
+
client_secret: ${OAUTH2_HUGGINGFACE_CLIENT_SECRET}
|
6 |
+
scope: openid profile
|
7 |
+
allowed_workspaces:
|
8 |
+
- name: admin
|