From 193aab018706d3f41e2b5a6e9ad668fac0c8efaf Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 13 Jul 2020 16:02:05 +0200 Subject: [PATCH] update proxy-examples --- config/proxy-example-migration.json | 4 +--- config/proxy-example.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config/proxy-example-migration.json b/config/proxy-example-migration.json index 4081786974..04760b75a7 100644 --- a/config/proxy-example-migration.json +++ b/config/proxy-example-migration.json @@ -3,9 +3,7 @@ "Namespace": "com.owncloud" }, "oidc": { - "endpoint": "https://localhost:9200", - "realm": "", - "signing_algs": ["RS256", "PS256"], + "issuer": "https://localhost:9200", "insecure": true }, "policy_selector": { diff --git a/config/proxy-example.json b/config/proxy-example.json index bac66bace4..b8e5063cb8 100644 --- a/config/proxy-example.json +++ b/config/proxy-example.json @@ -3,9 +3,7 @@ "Namespace": "com.owncloud" }, "oidc": { - "endpoint": "https://localhost:9200", - "realm": "", - "signing_algs": ["RS256", "PS256"], + "issuer": "https://localhost:9200", "insecure": true }, "policy_selector": {