From 1ea97e92fc656287debddc59943c9724e9066242 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 10 May 2021 09:04:18 +0200 Subject: [PATCH] remove insecure --- .../config/ocis/identifier-registration.dist.yaml | 3 --- docs/ocis/deployment/bridge.md | 3 --- idp/assets/identifier-registration.yaml | 2 -- tests/config/drone/identifier-registration.yml | 1 - 4 files changed, 9 deletions(-) diff --git a/deployments/examples/owncloud10_with_oc_web/config/ocis/identifier-registration.dist.yaml b/deployments/examples/owncloud10_with_oc_web/config/ocis/identifier-registration.dist.yaml index 94483ae611..09f94fc7ba 100644 --- a/deployments/examples/owncloud10_with_oc_web/config/ocis/identifier-registration.dist.yaml +++ b/deployments/examples/owncloud10_with_oc_web/config/ocis/identifier-registration.dist.yaml @@ -4,7 +4,6 @@ clients: - id: web name: OCIS application_type: web - insecure: yes trusted: yes redirect_uris: - https://ocis.owncloud.test/ @@ -17,7 +16,6 @@ clients: name: OC10 application_type: web secret: super - insecure: yes trusted: yes redirect_uris: - https://oc10.owncloud.test/ @@ -29,7 +27,6 @@ clients: name: OCIS Graph Explorer trusted: yes application_type: web - insecure: yes - id: xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE69 secret: UBntmLjC2yYCeHwsyj73Uwo9TAaecAetRwMw0xYcvNL9yRdLSUi0hUAHfvCHFeFh diff --git a/docs/ocis/deployment/bridge.md b/docs/ocis/deployment/bridge.md index cdc9f8657b..04e4cf9baa 100644 --- a/docs/ocis/deployment/bridge.md +++ b/docs/ocis/deployment/bridge.md @@ -168,7 +168,6 @@ Now we need to configure a client we can later use to configure the ownCloud 10 clients: - id: ocis name: ownCloud Infinite Scale - insecure: yes application_type: web redirect_uris: - https://cloud.example.com/apps/openidconnect/redirect @@ -176,8 +175,6 @@ clients: - http://localhost:9100 - http://localhost:9100/ ``` -You will need the `insecure: yes` if you are using self signed certificates. - Replace `cloud.example.com` in the redirect URI with your ownCloud 10 host and port. Replace `localhost:9100` in the redirect URIs with your `ocis-web` host and port. diff --git a/idp/assets/identifier-registration.yaml b/idp/assets/identifier-registration.yaml index 82deaa0441..0d957284fe 100644 --- a/idp/assets/identifier-registration.yaml +++ b/idp/assets/identifier-registration.yaml @@ -4,7 +4,6 @@ clients: - id: web name: ownCloud web app trusted: yes - insecure: yes redirect_uris: - {{OCIS_URL}}/ - {{OCIS_URL}}/oidc-callback.html @@ -15,7 +14,6 @@ clients: - id: ocis-explorer.js name: oCIS Graph Explorer trusted: yes - insecure: yes - id: xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE69 secret: UBntmLjC2yYCeHwsyj73Uwo9TAaecAetRwMw0xYcvNL9yRdLSUi0hUAHfvCHFeFh diff --git a/tests/config/drone/identifier-registration.yml b/tests/config/drone/identifier-registration.yml index 82a0c747d9..a7f51f858b 100644 --- a/tests/config/drone/identifier-registration.yml +++ b/tests/config/drone/identifier-registration.yml @@ -5,7 +5,6 @@ clients: - id: web name: OCIS application_type: web - insecure: yes trusted: yes redirect_uris: - https://ocis-server:9200/oidc-callback.html