[Tests-Only] Run ui tests with phoenix

This commit is contained in:
Dipak Acharya
2020-05-14 12:56:09 +05:45
parent dd78746b15
commit f689f61869
3 changed files with 175 additions and 21 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"server": "http://reva-server:9140",
"theme": "owncloud",
"version": "0.1.0",
"openIdConnect": {
"metadata_url": "https://konnectd:9130/.well-known/openid-configuration",
"authority": "https://konnectd:9130",
"client_id": "phoenix",
"response_type": "code",
"scope": "openid profile email"
},
"apps": [
"files",
"draw-io",
"pdf-viewer",
"markdown-editor",
"media-viewer"
]
}
+16
View File
@@ -0,0 +1,16 @@
---
# OpenID Connect client registry.
clients:
- id: phoenix
name: OCIS
application_type: web
insecure: yes
trusted: yes
redirect_uris:
- http://phoenix:9100/oidc-callback.html
- http://phoenix:9100/
origins:
- http://phoenix:9100
authorities: