File size: 211 Bytes
464c060 |
1 2 3 4 5 6 7 8 9 |
enabled: true
providers:
- name: huggingface
client_id: ${OAUTH2_HUGGINGFACE_CLIENT_ID}
client_secret: ${OAUTH2_HUGGINGFACE_CLIENT_SECRET}
scope: openid profile
allowed_workspaces:
- name: admin
|