mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
16 lines
284 B
YAML
16 lines
284 B
YAML
---
|
|
|
|
# OpenID Connect client registry.
|
|
clients:
|
|
- id: web
|
|
name: OCIS
|
|
application_type: web
|
|
trusted: yes
|
|
redirect_uris:
|
|
- https://ocis-server:9200/oidc-callback.html
|
|
- https://ocis-server:9200/
|
|
origins:
|
|
- https://ocis-server:9200
|
|
|
|
authorities:
|