[Tests-Only] Run ui tests with phoenix
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user