Run phoenix webui acceptance tests

This commit is contained in:
Kiran Parajuli
2020-04-06 09:24:53 +05:45
parent 0e0499c1fb
commit 62aefa0f5c
3 changed files with 96 additions and 8 deletions
@@ -0,0 +1,15 @@
---
# OpenID Connect client registry.
clients:
- id: phoenix
name: OCIS
application_type: web
insecure: yes
redirect_uris:
- http://ocis-server:9100/oidc-callback.html
- http://ocis-server:9100
origins:
- http://ocis-server:9100
authorities:
+19
View File
@@ -0,0 +1,19 @@
{
"server": "http://ocis-server:9140",
"theme": "owncloud",
"version": "0.1.0",
"openIdConnect": {
"metadata_url": "https://ocis-server:9200/.well-known/openid-configuration",
"authority": "https://ocis-server:9200",
"client_id": "phoenix",
"response_type": "code",
"scope": "openid profile email"
},
"apps": [
"files",
"draw-io",
"pdf-viewer",
"markdown-editor",
"media-viewer"
]
}